We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e086b13 commit 7ae1bedCopy full SHA for 7ae1bed
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 install
+ run: npm ci
18
- name: Install Playwright Browsers
19
run: npx playwright install --with-deps
20
- name: Run Playwright tests
0 commit comments