Make WordPress Core

Changeset 56114


Ignore:
Timestamp:
06/29/2023 11:09:47 PM (18 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Improve the name of the e2e test jobs on GitHub Actions.

Fixes #58661

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/end-to-end-tests.yml

    r56113 r56114  
    5151  # - Ensures version-controlled files are not modified or deleted.
    5252  e2e-tests:
    53     name: E2E Tests
     53    name: E2E Tests with SCRIPT_DEBUG ${{ matrix.LOCAL_SCRIPT_DEBUG && 'enabled' || 'disabled' }}
    5454    runs-on: ubuntu-latest
    5555    permissions:
Note: See TracChangeset for help on using the changeset viewer.