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