Skip to content

Commit

Permalink
wait for build to run before we start testing
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Jan 10, 2024
1 parent 4cc8a93 commit 6d1b798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
test:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
needs: build
steps:
- uses: actions/checkout@v4
## Start tests. Keep things here because we can't keep the registry between jobs
Expand Down

0 comments on commit 6d1b798

Please sign in to comment.