Skip to content

Commit

Permalink
Install Playwright dependencies in CI
Browse files Browse the repository at this point in the history
Update CI workflow to install the Playwright dependencies before
running the tests.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Dec 17, 2024
1 parent 7ef16f8 commit f39d9c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
run: yarn run build

- name: Test
run: xvfb-run yarn test

run: |
npx playwright install-deps
xvfb-run yarn test

0 comments on commit f39d9c6

Please sign in to comment.