Skip to content

Commit 3668227

Browse files
authored
Merge pull request #223 from oasisprotocol/ml/playwright-rename-script
e2e: Rename install script
2 parents 0a41770 + 724d4c6 commit 3668227

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.changelog/223.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Rename playwright install script

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: pnpm test
5050
# E2E tests
5151
- name: Install Playwright Browsers
52-
run: pnpm --filter @oasisprotocol/rose-app-e2e install
52+
run: pnpm --filter @oasisprotocol/rose-app-e2e install:deps
5353
- name: Run Playwright tests
5454
run: pnpm run test-e2e
5555
- uses: actions/upload-artifact@v4

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "See License in ../LICENSE",
55
"type": "module",
66
"scripts": {
7-
"install": "pnpm exec playwright install --with-deps chromium",
7+
"install:deps": "pnpm exec playwright install --with-deps chromium",
88
"test": "pnpm exec playwright test"
99
},
1010
"packageManager": "pnpm@8.15.4",

0 commit comments

Comments
 (0)