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
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
@ -29,8 +29,6 @@ jobs:
|
|||
- name: Lint
|
||||
run: pnpm run lint:all
|
||||
- name: Test
|
||||
uses: coactions/setup-xvfb@v1
|
||||
with:
|
||||
run: |
|
||||
pnpm --filter remotedev-redux-devtools-extension exec chromedriver &
|
||||
pnpm run test:all
|
||||
xvfb-run pnpm run test:all
|
||||
|
|
Loading…
Reference in New Issue
Block a user