mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
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:
parent
6644072a85
commit
7c9579c141
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -16,4 +16,7 @@ jobs:
|
|||
- run: yarn prettier:check
|
||||
- run: yarn build:all
|
||||
- run: yarn lint:all
|
||||
- run: yarn test:all
|
||||
- name: Run yarn test:all
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
run: yarn test:all
|
||||
|
|
Loading…
Reference in New Issue
Block a user