Skip to content

Commit ba42e31

Browse files
committed
feat: Add test job dependency to build in GitHub Actions
1 parent eccc6cf commit ba42e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: npm run check
3737
build:
3838
runs-on: ubuntu-latest
39+
needs: test
3940
steps:
4041
- name: Checkout your repository using git
4142
uses: actions/checkout@v4

0 commit comments

Comments
 (0)