Skip to content

Commit 4b25eb4

Browse files
committed
Merge branch 'onur/playwright-browser-tests' of https://github.com/getsentry/sentry-javascript into onur/playwright-browser-tests
2 parents 022faff + e668345 commit 4b25eb4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,8 @@ 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
300296
run: |
301297
cd packages/integration-tests
302-
yarn run install-browsers
303298
yarn test
304299
305300
job_browser_integration_tests:

0 commit comments

Comments
 (0)