Skip to content

Commit

Permalink
fix: install playwright browser deps
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-roseberry committed Nov 8, 2024
1 parent 4cbd515 commit 68c8973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: yarn client build

- name: Run end-to-end tests
run: yarn playwright install && yarn e2e
run: yarn playwright install && npx playwright install-deps && yarn e2e

0 comments on commit 68c8973

Please sign in to comment.