Skip to content

Commit cdf580d

Browse files
committed
Add a step to show installed playwright browsers
1 parent 104b41d commit cdf580d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: yarn
3434
- name: Install Playwright Browsers
3535
run: yarn playwright install --with-deps --no-shell chromium
36+
- name: Show playwright installs
37+
run: ls /home/runner/.cache/ms-playwright
3638
- run: node scripts/setVersion.js --next
3739
- run: yarn build
3840
- run: yarn lint

0 commit comments

Comments
 (0)