Skip to content

Commit af8c5c7

Browse files
committed
fix: tests should wait for build
1 parent 5ff7a26 commit af8c5c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545

4646
name: Run test on ${{ matrix.name }}
4747
runs-on: ubuntu-latest
48+
needs: [build]
4849

4950
services:
5051
devnet:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
name: Run test on ${{ matrix.name }}
4444
runs-on: ubuntu-latest
45+
needs: [build]
4546

4647
services:
4748
devnet:

0 commit comments

Comments
 (0)