Skip to content

Commit 60ab8eb

Browse files
committed
Install playwright browsers inside node_modules on CI
1 parent 3bf8277 commit 60ab8eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ jobs:
293293
path: ${{ env.CACHED_BUILD_PATHS }}
294294
key: ${{ env.BUILD_CACHE_KEY }}
295295
- name: Run Playwright tests
296+
env:
297+
# Install browsers inside node_modules to cache
298+
# https://playwright.dev/docs/ci#caching-browsers
299+
PLAYWRIGHT_BROWSERS_PATH: 0
296300
run: |
297301
cd packages/integration-tests
298302
yarn run install-browsers

0 commit comments

Comments
 (0)