From 6b107bc2574c85f007c9e05af9de6ec93339ae4d Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Tue, 11 Jul 2023 16:24:00 +0200 Subject: [PATCH] fix name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c27dfd464a7c..359e0d91805e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -730,7 +730,7 @@ jobs: yarn test:integration:ci job_e2e_tests: - name: E2E Test ${{ matrix.test-application }}) ${{ matrix.build-command || '' }} + name: E2E Test ${{ matrix.test-application }} ${{ matrix.build-command || '' }} # We only run E2E tests for non-fork PRs because the E2E tests require secrets to work and they can't be accessed from forks # Dependabot PRs sadly also don't have access to secrets, so we skip them as well if: