Skip to content

Commit

Permalink
Fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
stophecom committed Feb 20, 2024
1 parent 7da85f2 commit a769c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-tests-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
version: 8
- name: Install dependencies
run: pnpm ci && npx playwright install --with-deps
run: pnpm install && npx playwright install --with-deps
- name: Run tests on preview PR
if: github.event.deployment_status.environment != 'Production'
run: npx playwright test
Expand Down

0 comments on commit a769c88

Please sign in to comment.