Skip to content

Commit

Permalink
Update Playwright installation command
Browse files Browse the repository at this point in the history
nksaraf committed Jan 25, 2024
1 parent 89717c2 commit 5bbe9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ jobs:
- name: 📥 Install Playwright
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: pnpm --filter tests install:playwright
run: pnpm run install:playwright

- uses: oven-sh/setup-bun@v1
if: runner.os == 'ubuntu-latest' || runner.os == 'macos-latest'

0 comments on commit 5bbe9a1

Please sign in to comment.