We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5497e commit 7b65993Copy full SHA for 7b65993
.github/workflows/playwright.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: lts/*
29
- name: Install dependencies
30
- run: pnpm ci
+ run: pnpm i
31
- name: Install Replay Chromium
32
run: pnpx replayio install
33
- name: Run Playwright tests
0 commit comments