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 - 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