Skip to content

Commit 606e609

Browse files
committed
chore: Add dependency between jobs
1 parent 42bc82d commit 606e609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
test-component:
120120
name: Test component
121121
runs-on: ubuntu-latest
122-
needs: test-unit
122+
needs: build
123123
steps:
124124
- name: Check out
125125
uses: actions/checkout@v4

0 commit comments

Comments
 (0)