From 33eb7d852dcd597ae521936633f21813c7ee3e1e Mon Sep 17 00:00:00 2001 From: israr-ulhaq Date: Tue, 17 Feb 2026 10:39:06 +0000 Subject: [PATCH] adding e2e test back --- .github/workflows/copilot_deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index fc1af48c..3def7b43 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -429,7 +429,7 @@ jobs: uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main with: run_performance_tests: ${{ inputs.run_performance_tests || true }} - run_e2e_tests: false + run_e2e_tests: ${{ inputs.run_e2e_tests || true }} run_static_security_python: false run_zap_scan: true app_name: forms @@ -473,7 +473,7 @@ jobs: uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main with: run_performance_tests: ${{ inputs.run_performance_tests || true }} - run_e2e_tests: false + run_e2e_tests: ${{ inputs.run_e2e_tests || true }} run_static_security_python: false run_zap_scan: true app_name: forms @@ -516,7 +516,7 @@ jobs: uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main with: run_performance_tests: ${{ inputs.run_performance_tests || true }} - run_e2e_tests: false + run_e2e_tests: ${{ inputs.run_e2e_tests || true }} run_static_security_python: false run_zap_scan: true app_name: forms