Skip to content

Commit 39b0fd4

Browse files
authored
ci(e2e): disable e2e test cleanup (#2968)
See inline comments
1 parent c3559c9 commit 39b0fd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ env:
3838
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
3939
NETLIFY_SITE_ID: 1d5a5c76-d445-4ae5-b694-b0d3f2e2c395
4040
NEXT_TEST_CONTINUE_ON_ERROR: 1
41+
# There's no benefit to cleaning up local site fixture copies in tmp dirs in CI. It wastes precious time.
42+
# Deleting deploys is also unnecessary as they will get cleaned up naturally by Netlify.
43+
E2E_PERSIST: 1
4144
next-path: next.js
4245
runtime-path: opennextjs-netlify
4346
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)