Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Aug 25, 2023
1 parent f89c871 commit 3681494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- main

jobs:
# test:
# uses: ./.github/workflows/test.yaml
test:
uses: ./.github/workflows/test.yaml

build-and-push:
runs-on: ubuntu-latest
# needs: test
needs: test

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3681494

Please sign in to comment.