File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 echo "total=4" >> $GITHUB_OUTPUT
6161 elif [ "${{ github.event_name }}" == "pull_request" ]; then
6262 VERSION_SELECTORS=[\"latest\"]
63- echo "group=[1, 2, 3, 4 ]" >> $GITHUB_OUTPUT
64- echo "total=4 " >> $GITHUB_OUTPUT
63+ echo "group=[1]" >> $GITHUB_OUTPUT
64+ echo "total=1 " >> $GITHUB_OUTPUT
6565 else
6666 VERSION_SELECTORS=[\"latest\",\"canary\",\"14.2.15\",\"13.5.1\"]
6767 echo "group=[1, 2, 3, 4]" >> $GITHUB_OUTPUT
@@ -198,7 +198,7 @@ jobs:
198198 NODE_ENV : production
199199 NEXT_EXTERNAL_TESTS_FILTERS : ${{ steps.test-filters.outputs.filters }}
200200 NEXT_TEST_SKIP_RETRY_MANIFEST : ${{ steps.test-filters.outputs.skip-retry }}
201- run : node run-tests.js -g ${{ matrix.group }}/${{ needs.setup.outputs.total }} -c ${TEST_CONCURRENCY} --type e2e --timings
201+ run : node run-tests.js -g ${{ matrix.group }}/${{ needs.setup.outputs.total }} -c ${TEST_CONCURRENCY} --type e2e --timings --debug --test-pattern test/e2e/app-dir/parallel-routes-revalidation/parallel-routes-revalidation.test.ts
202202 working-directory : ${{ env.next-path }}
203203
204204 - name : Upload Test Results
You can’t perform that action at this time.
0 commit comments