Skip to content

Commit

Permalink
Back to linux for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Aug 18, 2021
1 parent 29b9700 commit a1e3b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:

- name: Checkout
Expand All @@ -18,7 +18,7 @@ jobs:
run: npm install

- name: Run tests
run: npm test
run: xvfb-run -a npm test

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit a1e3b47

Please sign in to comment.