From 0d2737ca4c7e3bf4f7a6a1cbce1b1c24977e64fd Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Fri, 13 Jun 2025 13:37:42 -0400 Subject: [PATCH] ci(e2e): disable e2e test cleanup See inline comments --- .github/workflows/test-e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index df88884fb8..1e9d847535 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -38,6 +38,9 @@ env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: 1d5a5c76-d445-4ae5-b694-b0d3f2e2c395 NEXT_TEST_CONTINUE_ON_ERROR: 1 + # There's no benefit to cleaning up local site fixture copies in tmp dirs in CI. It wastes precious time. + # Deleting deploys is also unnecessary as they will get cleaned up naturally by Netlify. + E2E_PERSIST: 1 next-path: next.js runtime-path: opennextjs-netlify GH_TOKEN: ${{ github.token }}