Skip to content

Commit

Permalink
ci: test on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 21, 2023
1 parent ed97165 commit 3be56a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- name: Run Lint
run: npm run lint

# runs-on: macos-latest
Test:
runs-on: macos-latest
runs-on: ubuntu-latest
needs: Lint
strategy:
matrix:
Expand Down Expand Up @@ -65,5 +66,8 @@ jobs:
- name: Setup Android SDK
uses: amyu/[email protected]

- name: Start Xvfb
run: Xvfb :99 &

- name: Run tests 👩🏽‍💻
run: npm run test
run: DISPLAY=:99 npm run test

0 comments on commit 3be56a4

Please sign in to comment.