We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104b41d commit cdf580dCopy full SHA for cdf580d
.github/workflows/pr.yml
@@ -33,6 +33,8 @@ jobs:
33
run: yarn
34
- name: Install Playwright Browsers
35
run: yarn playwright install --with-deps --no-shell chromium
36
+ - name: Show playwright installs
37
+ run: ls /home/runner/.cache/ms-playwright
38
- run: node scripts/setVersion.js --next
39
- run: yarn build
40
- run: yarn lint
0 commit comments