Skip to content

Commit

Permalink
Merge branch 'master' into fixing-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar authored Nov 9, 2024
2 parents d23e8ad + e22394a commit 200fd0c
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 200fd0c

Please sign in to comment.