Skip to content

Commit

Permalink
fix pnpm installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphric committed Jun 18, 2024
1 parent 7e5497e commit 7b65993
Showing 1 changed file with 1 addition 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 @@ -27,7 +27,7 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: pnpm ci
run: pnpm i
- name: Install Replay Chromium
run: pnpx replayio install
- name: Run Playwright tests
Expand Down

0 comments on commit 7b65993

Please sign in to comment.