File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ Rename playwright install script
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments