Skip to content

Commit

Permalink
Use xvfb-run to fix headed playwright tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Oct 28, 2022
1 parent ba84da9 commit c08038c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
- uses: emilioschepis/[email protected]
with:
url: 'http://localhost:3000/'
- run: yarn test
# xvfb-run is needed to run headed extension test
- run: xvfb-run yarn test
working-directory: playwright

cypress:
Expand Down

0 comments on commit c08038c

Please sign in to comment.