Skip to content

Commit 7b65993

Browse files
committed
fix pnpm installation script
1 parent 7e5497e commit 7b65993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: lts/*
2929
- name: Install dependencies
30-
run: pnpm ci
30+
run: pnpm i
3131
- name: Install Replay Chromium
3232
run: pnpx replayio install
3333
- name: Run Playwright tests

0 commit comments

Comments
 (0)