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.
2 parents a30eea0 + 05b74a5 commit 513c5eaCopy full SHA for 513c5ea
.github/workflows/test-e2e.yml
@@ -198,7 +198,7 @@ jobs:
198
NODE_ENV: production
199
NEXT_EXTERNAL_TESTS_FILTERS: ${{ steps.test-filters.outputs.filters }}
200
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
+ run: node run-tests.js -g ${{ matrix.group }}/${{ needs.setup.outputs.total }} -c ${TEST_CONCURRENCY} --type e2e
202
working-directory: ${{ env.next-path }}
203
204
- name: Upload Test Results
0 commit comments