We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f745a8 commit 3c837beCopy full SHA for 3c837be
1 file changed
.github/workflows/e2e.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
node-version: '14.x'
16
- name: Install dependencies
17
- run: npm ci
+ run: npm install
18
- name: Install Playwright Browsers
19
run: npx playwright install --with-deps
20
- name: Run Playwright tests
0 commit comments