Changeset 56113
- Timestamp:
- 06/29/2023 11:01:48 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r55991 r56113 57 57 timeout-minutes: 20 58 58 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 59 strategy: 60 fail-fast: false 61 matrix: 62 LOCAL_SCRIPT_DEBUG: [ true, false ] 59 63 60 64 steps: … … 106 110 107 111 - name: Install WordPress 112 env: 113 LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }} 108 114 run: npm run env:install 109 115
Note: See TracChangeset
for help on using the changeset viewer.