Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Jun 15, 2024
1 parent fb2a184 commit a1aa402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: npm --color install
# - run: npm --color run test:meta
- run: npm --color run compile
- run: xvfb-run -a npm --color test
- run: xvfb-run -a npm --color test:ci
if: runner.os == 'Linux'
- run: npm --color test
- run: npm --color test:ci
if: runner.os != 'Linux'

0 comments on commit a1aa402

Please sign in to comment.