We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eadacff + 37ba617 commit a681a39Copy full SHA for a681a39
.github/workflows/test.yml
@@ -28,7 +28,5 @@ jobs:
28
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
29
- run: npm ci
30
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
31
- env:
32
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
33
- run: npm run compile
34
- run: npm run test:ci
0 commit comments