chore(*): build on Linux for performance (#865)

* chore(*): build on Linux for performance

* Try using xvfb

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
Nick McCurdy 2021-09-18 00:19:35 -04:00 committed by GitHub
parent 6644072a85
commit 7c9579c141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -16,4 +16,7 @@ jobs:
- run: yarn prettier:check - run: yarn prettier:check
- run: yarn build:all - run: yarn build:all
- run: yarn lint:all - run: yarn lint:all
- run: yarn test:all - name: Run yarn test:all
uses: GabrielBB/xvfb-action@v1
with:
run: yarn test:all