We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a57beb commit 5b06044Copy full SHA for 5b06044
.github/workflows/ci.yaml
@@ -29,7 +29,9 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
30
if: (github.actor == 'dependabot-preview[bot]') || (github.actor == 'renovate[bot]')
31
- name: Install playwright browsers
32
- run: npx playwright install --with-deps
+ run: |
33
+ npm install @playwright/test
34
+ npx playwright install --with-deps
35
- name: Cache Bazel
36
uses: actions/cache@v3
37
with:
0 commit comments