We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833f4ad commit 77b268dCopy full SHA for 77b268d
.github/workflows/main.yml
@@ -50,7 +50,7 @@ jobs:
50
run: yarn install --immutable
51
52
test:
53
- needs: ['install']
+ needs: ['build']
54
uses: './.github/workflows/test.yml'
55
56
build:
0 commit comments