We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadacff commit 37ba617Copy full SHA for 37ba617
.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