Skip to content

Commit

Permalink
remove GabrielBB/xvfb-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetCarpenter committed Nov 8, 2024
1 parent c2afa1c commit fdc085a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
env:
CI: true
- name: Test
uses: GabrielBB/xvfb-action@v1
with:
run: yarn test
run: yarn test
if: runner.os != 'Linux'
- name: Test on Linux
run: xvfb-run -a yarn test
if: runner.os == 'Linux'
- name: Lint
run: yarn lint

0 comments on commit fdc085a

Please sign in to comment.