From 65ba377cb685086681d13385408f7ad5bef2b9d6 Mon Sep 17 00:00:00 2001 From: Sam Carter Date: Wed, 24 Jan 2024 15:25:24 +0000 Subject: [PATCH] Removed space between steps and action --- .github/actions/run-e2e-tests/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/run-e2e-tests/action.yml b/.github/actions/run-e2e-tests/action.yml index 511ac445..f9746912 100644 --- a/.github/actions/run-e2e-tests/action.yml +++ b/.github/actions/run-e2e-tests/action.yml @@ -13,7 +13,6 @@ runs: WORKING_DIRECTORY: ./tests/Dfe.EarlyYearsQualification.E2ETests/ steps: - - name: Build and test project uses: cypress-io/github-action@v6 with: