Attempt to run xvfb directly

This commit is contained in:
Nathan Bierema 2023-12-07 18:44:40 -05:00
parent 80eafff956
commit 8f708c5de0

View File

@ -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
run: |
pnpm --filter remotedev-redux-devtools-extension exec chromedriver &
xvfb-run pnpm run test:all