Skip to content

Commit

Permalink
fix: tests should wait for build
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Jul 15, 2022
1 parent 5ff7a26 commit af8c5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

name: Run test on ${{ matrix.name }}
runs-on: ubuntu-latest
needs: [build]

services:
devnet:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:

name: Run test on ${{ matrix.name }}
runs-on: ubuntu-latest
needs: [build]

services:
devnet:
Expand Down

0 comments on commit af8c5c7

Please sign in to comment.