From d9542f23360e9cd168fde9d2cf11e6321d3ea180 Mon Sep 17 00:00:00 2001 From: Fred <98240+farnoux@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:54:07 +0100 Subject: [PATCH] Revert "Re-enable end-to-end tests in CI" This reverts commit 3d6bda8bb65fa6613b27b57c007d88881a40f47b. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfe322c8d5..1dd7356ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -498,7 +498,7 @@ jobs: test-e2e: # Disable job temporarily until we have a stable environment for Next.js et new Earthly config - # if: false + if: false needs: - build-business-dev - build-tools