We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3011f56 commit a98b4f8Copy full SHA for a98b4f8
.github/workflows/github-actions-after-push.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: lts/*
15
- name: Install dependencies
16
- run: npm ci
+ run: npm i
17
- name: Install Playwright Browsers
18
run: npx playwright install --with-deps
19
- name: Run Playwright tests
.github/workflows/github-actions-manually.yml
@@ -14,7 +14,7 @@ jobs:
20
0 commit comments