tests(e2e): skip browser downloads
The browser versions are updated weekly in the cache, see https://code.forgejo.org/forgejo/playwright-image-builder When they change between the runs, they are refreshed for each CI run (see https://codeberg.org/forgejo/forgejo/actions/runs/35651/jobs/3#jobstep-7-19 for an example). Updating the browsers weekly is good enough, so skip the explicit update check here. Related playwright documentation: https://playwright.dev/docs/library#browser-downloads
This commit is contained in:
parent
b30203bc48
commit
511b213db2
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ jobs:
|
|||
timeout-minutes: 40
|
||||
env:
|
||||
USE_REPO_TEST_DIR: 1
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
CHANGED_FILES: ${{steps.changed-files.outputs.all_changed_files}}
|
||||
test-remote-cacher:
|
||||
if: ${{ !startsWith(vars.ROLE, 'forgejo-') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue