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 1a9ad3c commit 8aad31fCopy full SHA for 8aad31f
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: 10.x
22
- run: npm ci
23
- run: npm run webpack
24
- - run: xvfb-run -a npm test
+ - run: xvfb-run -l -a npm test
25
if: runner.os == 'Linux'
26
- run: npm test
27
if: runner.os != 'Linux'
0 commit comments