From 322a32a1afc66f8119c83182e8ac63f9aa8a6c46 Mon Sep 17 00:00:00 2001 From: Spencer Peace Date: Wed, 8 Jan 2025 14:36:24 +0100 Subject: [PATCH] revert tweak to ci-pipeline.yml --- .github/workflows/ci-pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index cc5ee8410..9ab3e2206 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -50,6 +50,14 @@ jobs: ## - uses: ./.github/actions/cached-checkout-install ## - run: npm run test:integration + # revert after PR testing + verify-preview-e2e-test: + uses: ./.github/workflows/e2e-test.yml + with: + require-published-app: false + use-existing-server: true + e2e-target: preview + verify-local-e2e: needs: [get-content-file] uses: ./.github/workflows/e2e-test.yml