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

Fixes #58661


git-svn-id: https://develop.svn.wordpress.org/trunk@56114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2023-06-29 23:09:47 +00:00
parent 77ed29b817
commit d48301e572

View File

@ -50,7 +50,7 @@ jobs:
# - Run the E2E tests.
# - Ensures version-controlled files are not modified or deleted.
e2e-tests:
name: E2E Tests
name: E2E Tests with SCRIPT_DEBUG ${{ matrix.LOCAL_SCRIPT_DEBUG && 'enabled' || 'disabled' }}
runs-on: ubuntu-latest
permissions:
contents: read