Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 11, 2023
1 parent b377e1d commit 40c967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Playwright
# does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
run: pnpm install playwright chromium
run: pnpm install --workspace-root playwright chromium

- name: Run test
run: ./scripts/e2e.sh
Expand Down

0 comments on commit 40c967e

Please sign in to comment.