Skip to content

Commit

Permalink
playwright fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-odonovan committed Jan 14, 2025
1 parent 48a052e commit 26ce1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: yarn install --frozen-lockfile --ignore-scripts

- name: Install playwright browsers
run: yarn playwright install --with-deps chromium
run: yarn playwright install chromium

- name: Run end-to-end tests
run: yarn test:e2e:ci
Expand Down

0 comments on commit 26ce1bd

Please sign in to comment.