Skip to content

Commit 234dfbe

Browse files
committed
Fix playwright install
1 parent 41dd249 commit 234dfbe

File tree

3 files changed

+53
-4
lines changed

3 files changed

+53
-4
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install Dependencies
3434
id: install
35-
run: npm ci
35+
run: npm install
3636

3737
- name: Install Playwright
3838
id: playwright

package-lock.json

+51-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"docs"
3636
],
3737
"devDependencies": {
38+
"@playwright/test": "^1.40.1",
3839
"prettier": "^3.0.3",
3940
"typescript": "^5.2.2"
4041
}

0 commit comments

Comments
 (0)