We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f189112 commit 6e6398dCopy full SHA for 6e6398d
.github/workflows/npm-test.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
node-version: 20.x
24
cache: 'npm'
25
+ - run: npm ci
26
- run: xvfb-run -a npm test
27
if: runner.os == 'Linux'
28
- run: npm test
0 commit comments