Skip to content

Commit

Permalink
Fix Playwright installation command in Vercel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaiahA21 committed Oct 5, 2024
1 parent ef36b3f commit 7cc49c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright_tests_on_vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

# Install project dependencies and Playwright (including browsers)
- name: Install dependencies
run: npm ci && npx playwright install --with deps
run: npm ci && npx playwright install --with-deps

# Run Playwright tests
- name: Run tests
Expand Down

0 comments on commit 7cc49c1

Please sign in to comment.