Skip to content

Commit a98b4f8

Browse files
Fix
1 parent 3011f56 commit a98b4f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions-after-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: lts/*
1515
- name: Install dependencies
16-
run: npm ci
16+
run: npm i
1717
- name: Install Playwright Browsers
1818
run: npx playwright install --with-deps
1919
- name: Run Playwright tests

.github/workflows/github-actions-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: lts/*
1616
- name: Install dependencies
17-
run: npm ci
17+
run: npm i
1818
- name: Install Playwright Browsers
1919
run: npx playwright install --with-deps
2020
- name: Run Playwright tests

0 commit comments

Comments
 (0)