mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +00:00
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:
3
.github/workflows/javascript-tests.yml
vendored
3
.github/workflows/javascript-tests.yml
vendored
@@ -7,6 +7,9 @@ on:
|
||||
- '*.*'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }}
|
||||
|
||||
jobs:
|
||||
# Runs the QUnit tests for WordPress.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user