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 4941173 commit 7ea6b82Copy full SHA for 7ea6b82
.github/workflows/e2e-matrix.yml
@@ -80,7 +80,9 @@ jobs:
80
run: brew install python-setuptools
81
82
- name: Install packages
83
- run: pnpm install --frozen-lockfile
+ run: |
84
+ pnpm install --frozen-lockfile
85
+ pnpm playwright install --with-deps
86
87
- name: Homebrew cache directory path
88
if: ${{ matrix.os == 'macos-latest' }}
@@ -182,7 +184,9 @@ jobs:
182
184
bun-version: latest
183
185
186
187
188
189
190
191
- name: Cleanup
192
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments