We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f038e77 commit 282ae88Copy full SHA for 282ae88
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
npm_config_build_from_source: true
31
# npm_config_build_from_source is used to force npm post install scripts to build native modules from source instead of downloading prebuilt binaries.
32
- run: npm run build --if-present
33
+ - if: runner.os == 'Linux'
34
+ run: xvfb-run glxinfo
35
- if: runner.os == 'Linux'
36
run: xvfb-run npm test
37
- if: runner.os != 'Linux'
0 commit comments