mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 14:09:46 +03:00
Attempt to run xvfb directly
This commit is contained in:
parent
80eafff956
commit
8f708c5de0
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
|
@ -29,8 +29,6 @@ jobs:
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: pnpm run lint:all
|
run: pnpm run lint:all
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: coactions/setup-xvfb@v1
|
run: |
|
||||||
with:
|
pnpm --filter remotedev-redux-devtools-extension exec chromedriver &
|
||||||
run: |
|
xvfb-run pnpm run test:all
|
||||||
pnpm --filter remotedev-redux-devtools-extension exec chromedriver &
|
|
||||||
pnpm run test:all
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user