Changeset 56659
- Timestamp:
- 09/22/2023 01:55:14 PM (13 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r56538 r56659 144 144 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 145 145 env: 146 PUPPETEER_SKIP_ CHROMIUM_DOWNLOAD: ${{ true }}146 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 147 147 148 148 steps: -
trunk/.github/workflows/phpunit-tests-run.yml
r56537 r56659 52 52 LOCAL_PHP_MEMCACHED: ${{ inputs.memcached }} 53 53 PHPUNIT_CONFIG: ${{ inputs.phpunit-config }} 54 PUPPETEER_SKIP_ CHROMIUM_DOWNLOAD: ${{ true }}54 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 55 55 56 56 jobs: -
trunk/.github/workflows/test-coverage.yml
r56537 r56659 30 30 31 31 env: 32 PUPPETEER_SKIP_ CHROMIUM_DOWNLOAD: ${{ true }}32 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 33 33 LOCAL_PHP: '7.4-fpm' 34 34 LOCAL_PHP_XDEBUG: true -
trunk/.github/workflows/test-npm.yml
r56537 r56659 39 39 40 40 env: 41 PUPPETEER_SKIP_ CHROMIUM_DOWNLOAD: ${{ true }}41 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 42 42 43 43 jobs:
Note: See TracChangeset
for help on using the changeset viewer.