From d48301e572668b080aa2e10668ac59161ad73935 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 29 Jun 2023 23:09:47 +0000 Subject: [PATCH] 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 --- .github/workflows/end-to-end-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 0090a7a97e..3287e2bb69 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -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