Skip to content

Commit

Permalink
Merge pull request #146 from dotnetCarpenter/removing-gabrielBB-xvfb-…
Browse files Browse the repository at this point in the history
…action

remove GabrielBB/xvfb-action
  • Loading branch information
Tyriar authored Nov 9, 2024
2 parents c2afa1c + fdc085a commit e22394a
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 e22394a

Please sign in to comment.