Commit 8e592e5
committed
fix(ci): install Playwright system deps on cache hit
When Playwright cache has exact hit, 'playwright install --with-deps'
is skipped but system libraries (libwoff2dec.so etc) are not in cache.
Adding 'playwright install-deps' step on cache hit ensures WebKit
dependencies are always available.1 parent 7c27c75 commit 8e592e5
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
| |||
0 commit comments