We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af60fec commit 20aefb6Copy full SHA for 20aefb6
.github/workflows/build.yml
@@ -65,6 +65,7 @@ jobs:
65
- uses: actions/checkout@v3
66
- uses: ./.github/actions/install-deps
67
- uses: ./.github/actions/build-cache
68
+ - run: pnpm exec playwright install --with-deps chromium
69
- run: pnpm test:browser
70
71
release:
0 commit comments