Skip to content

Commit 547cb9d

Browse files
authored
Merge pull request #973 from junseok44/feat-add-build-job-dependency
Make CI build depends on test job in github actions
2 parents eccc6cf + ba42e31 commit 547cb9d

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)