Skip to content

Commit

Permalink
xvfb-run only on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and dhritzkiv committed Mar 27, 2024
1 parent 8192ddd commit fefd240
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
libxi-dev mesa-utils pkg-config
- run: npm ci
- run: npm run build --if-present
- run: xvfb-run npm test
- if: startsWith(matrix.os, 'ubuntu')
run: xvfb-run npm test
- if: "!startsWith(matrix.os, 'ubuntu')"
run: npm test

0 comments on commit fefd240

Please sign in to comment.