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 83883fa commit be48baeCopy full SHA for be48bae
.github/workflows/build_and_test.yml
@@ -195,7 +195,7 @@ jobs:
195
uses: ./.github/workflows/build_reusable.yml
196
with:
197
nodeVersion: 18.17.0
198
- afterBuild: RUST_BACKTRACE=0 NEXT_EXTERNAL_TESTS_FILTERS="$(pwd)/test/turbopack-build-tests-manifest.json" TURBOPACK=1 TURBOPACK_BUILD=1 node run-tests.js --timings -g ${{ matrix.group }} -c ${TEST_CONCURRENCY} --type production
+ afterBuild: RUST_BACKTRACE=0 NEXT_EXTERNAL_TESTS_FILTERS="$(pwd)/test/turbopack-build-tests-manifest.json" TURBOPACK=1 TURBOPACK_BUILD=1 NEXT_TEST_MODE=start node run-tests.js --timings -g ${{ matrix.group }} -c ${TEST_CONCURRENCY} --type production
199
stepName: 'test-turbopack-production-${{ matrix.group }}'
200
secrets: inherit
201
0 commit comments