Changeset 56954
- Timestamp:
- 10/17/2023 11:27:24 AM (16 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r56926 r56954 143 143 timeout-minutes: 20 144 144 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 145 env: 146 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 145 147 146 148 steps: -
trunk/.github/workflows/end-to-end-tests.yml
r56942 r56954 33 33 env: 34 34 LOCAL_DIR: build 35 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 35 36 36 37 jobs: -
trunk/.github/workflows/performance.yml
r56926 r56954 31 31 32 32 env: 33 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 34 33 35 # Performance testing should be performed in an environment reflecting a standard production environment. 34 36 LOCAL_WP_DEBUG: false -
trunk/.github/workflows/phpunit-tests-run.yml
r56926 r56954 52 52 LOCAL_PHP_MEMCACHED: ${{ inputs.memcached }} 53 53 PHPUNIT_CONFIG: ${{ inputs.phpunit-config }} 54 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 54 55 55 56 jobs: -
trunk/.github/workflows/test-coverage.yml
r56926 r56954 34 34 LOCAL_PHP_XDEBUG_MODE: 'coverage' 35 35 LOCAL_PHP_MEMCACHED: ${{ false }} 36 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 36 37 37 38 jobs: -
trunk/.github/workflows/test-npm.yml
r56926 r56954 38 38 permissions: {} 39 39 40 env: 41 PUPPETEER_SKIP_DOWNLOAD: ${{ true }} 42 40 43 jobs: 41 44 # Verifies that installing npm dependencies and building WordPress works as expected.
Note: See TracChangeset
for help on using the changeset viewer.