Skip to content

Commit 282ae88

Browse files
committed
Run glxinfo on linux in CI
1 parent f038e77 commit 282ae88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
npm_config_build_from_source: true
3131
# npm_config_build_from_source is used to force npm post install scripts to build native modules from source instead of downloading prebuilt binaries.
3232
- run: npm run build --if-present
33+
- if: runner.os == 'Linux'
34+
run: xvfb-run glxinfo
3335
- if: runner.os == 'Linux'
3436
run: xvfb-run npm test
3537
- if: runner.os != 'Linux'

0 commit comments

Comments
 (0)