Skip to content

Commit 91208d4

Browse files
committed
Fix missing needs in GitHub workflow
1 parent 64d34f3 commit 91208d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
test:
5656
name: Run tests
5757
runs-on: ubuntu-latest
58+
needs:
59+
- compile
60+
- lint
61+
- test
5862
strategy:
5963
matrix:
6064
node-version: [14.x, 15.x]

0 commit comments

Comments
 (0)