We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b57b18 commit f3e9d1fCopy full SHA for f3e9d1f
.github/workflows/github-actions.yml
@@ -45,7 +45,7 @@ jobs:
45
run: yarn build:ci
46
47
test:
48
- need: [lint, typecheck]
+ needs: [lint, typecheck]
49
runs-on: ubuntu-latest
50
timeout-minutes: 10
51
steps:
0 commit comments