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 ebb9874 commit b5d3a6dCopy full SHA for b5d3a6d
.github/workflows/test-e2e.yml
@@ -205,7 +205,7 @@ jobs:
205
# one job may wait for deploys in other jobs (only one deploy may be in progress for
206
# a given alias at a time), resulting in cascading timeouts.
207
DEPLOY_ALIAS: vercel-next-e2e-${{ matrix.version_spec.selector }}-${{ matrix.group }}
208
- NODE_OPTIONS: "--require /home/runner/work/opennextjs-netlify/opennextjs-netlify/opennextjs-netlify/skip-integrations.cjs"
+ # NODE_OPTIONS: "--require /home/runner/work/opennextjs-netlify/opennextjs-netlify/opennextjs-netlify/skip-integrations.cjs"
209
run: node run-tests.js -g ${{ matrix.group }}/${{ needs.setup.outputs.total }} -c ${TEST_CONCURRENCY} --type e2e
210
working-directory: ${{ env.next-path }}
211
0 commit comments