mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
Try using xvfb
This commit is contained in:
parent
2a484240ae
commit
be7f82f5da
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
|
@ -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