We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3559c9 commit 39b0fd4Copy full SHA for 39b0fd4
.github/workflows/test-e2e.yml
@@ -38,6 +38,9 @@ env:
38
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
39
NETLIFY_SITE_ID: 1d5a5c76-d445-4ae5-b694-b0d3f2e2c395
40
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
44
next-path: next.js
45
runtime-path: opennextjs-netlify
46
GH_TOKEN: ${{ github.token }}
0 commit comments