We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20750b commit 8f7940bCopy full SHA for 8f7940b
.github/workflows/ci.yaml
@@ -70,7 +70,7 @@ jobs:
70
71
release:
72
runs-on: ubuntu-latest
73
- needs: [eslint, jest, pack, prettier, tsc]
+ needs: [eslint, test, pack, prettier, tsc]
74
if: startsWith(github.ref, 'refs/tags/')
75
steps:
76
- uses: actions/setup-node@v3
0 commit comments