Skip to content

Commit 3e1cd39

Browse files
committed
ci: add pack job dependency to test workflow step
1 parent b9f4d69 commit 3e1cd39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

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

3939
test:
4040
runs-on: ubuntu-latest
41+
needs: pack
4142
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
4243

4344
steps:

0 commit comments

Comments
 (0)