Build/Test Tools: Download Chromium for E2E tests only.

This prevents Chromium from being downloaded in workflows where it is not required.

See #49621, #50649, #50401.

git-svn-id: https://develop.svn.wordpress.org/trunk@49227 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2020-10-20 13:52:28 +00:00
parent 9fc20595b6
commit 6d32bc5192
3 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ on:
- '*.*'
pull_request:
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }}
jobs:
# Runs the QUnit tests for WordPress.
#