We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95c926 commit ff8e606Copy full SHA for ff8e606
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Run tests
50
env:
51
GIT_REF: ${{ github.head_ref || 'master' }}
52
- run: docker run --rm --entrypoint="" lowlighter/metrics:$(echo $GIT_REF | sed 's/[^a-z]/-/g') npm run test-metrics
+ run: docker run --rm --entrypoint="" lowlighter/metrics:$(echo $GIT_REF | sed 's/[^a-z]/-/g') sh -c 'npm ci && exec npm run test-metrics'
53
54
# Run CodeQL on branch
55
analyze:
0 commit comments