File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 run : pnpm install
109109
110110 - name : Install Playwright browsers
111- run : pnpm exec playwright install
111+ run : pnpm exec playwright install chromium --with-deps --only-shell
112112
113113 - name : Unit tests
114114 run : pnpm test:unit
@@ -235,7 +235,7 @@ jobs:
235235 run : pnpm install
236236
237237 - name : Playwright install
238- run : pnpm exec playwright install --with-deps chromium
238+ run : pnpm exec playwright install chromium --with-deps --only-shell
239239
240240 - name : Browser tests
241241 run : pnpm test:browser
Original file line number Diff line number Diff line change 2828 run : pnpm install
2929
3030 - name : Install Playwright browsers
31- run : pnpm exec playwright install
31+ run : pnpm exec playwright install chromium --with-deps --only-shell
3232
3333 - name : Build
3434 run : pnpm build
Original file line number Diff line number Diff line change 2929 run : pnpm install
3030
3131 - name : Install Playwright browsers
32- run : pnpm exec playwright install
32+ run : pnpm exec playwright install chromium --with-deps --only-shell
3333
3434 - name : Lint
3535 run : pnpm lint
Original file line number Diff line number Diff line change 3939 run : pnpm install
4040
4141 - name : Install Playwright browsers
42- run : pnpm exec playwright install
42+ run : pnpm exec playwright install chromium --with-deps --only-shell
4343
4444 - name : Lint
4545 run : pnpm lint
You can’t perform that action at this time.
0 commit comments