Skip to content

Commit

Permalink
Pass in flags correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jaril committed Jul 11, 2023
1 parent 45c1677 commit 54cc71e
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Install Playwright Browsers
run: pnpm exec playwright install "--" --with-deps
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm exec playwright test
- run: pnpm start
Expand Down
Loading

0 comments on commit 54cc71e

Please sign in to comment.