Skip to content

Commit

Permalink
Run glxinfo on linux in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritzkiv committed Jan 14, 2025
1 parent f038e77 commit 282ae88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
npm_config_build_from_source: true
# npm_config_build_from_source is used to force npm post install scripts to build native modules from source instead of downloading prebuilt binaries.
- run: npm run build --if-present
- if: runner.os == 'Linux'
run: xvfb-run glxinfo
- if: runner.os == 'Linux'
run: xvfb-run npm test
- if: runner.os != 'Linux'
Expand Down

0 comments on commit 282ae88

Please sign in to comment.