We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600d098 commit 3a89f82Copy full SHA for 3a89f82
1 file changed
.github/workflows/test.yml
@@ -13,6 +13,7 @@ jobs:
13
- name: install dependencies
14
run: npm ci
15
build:
16
+ needs: checkoutandsetup
17
runs-on: ubuntu-latest
18
steps:
19
- name: test Check
0 commit comments