Skip to content

Commit 7da0018

Browse files
committed
chore: run once with disabled tests
1 parent b387a42 commit 7da0018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-next.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Set Chunks
1919
# Extracts the list of all test files, then uses js to split them into groups to allocate to each worker. The JSON is sent to the job output
2020
run:
21-
echo "test-chunks=$(npx jest -c test/e2e/jest.config.js --listTests --json | jq -cM '[_nwise(length / 24 |
21+
echo "test-chunks=$(npx jest -c test/e2e/jest.config.all.js --listTests --json | jq -cM '[_nwise(length / 24 |
2222
floor)]')" >> $GITHUB_OUTPUT
2323

2424
- id: set-test-chunk-ids
@@ -49,7 +49,7 @@ jobs:
4949
run:
5050
# Gets the list of test files for the current chunk ID and runs them, saving the results as a JUnit XML file
5151
echo $CHUNKS | jq '.[${{ matrix.chunk }}] | .[] | @text' | xargs npx jest --reporters=jest-junit
52-
--reporters=default -c test/e2e/jest.config.js
52+
--reporters=default -c test/e2e/jest.config.all.js
5353
env:
5454
CHUNKS: ${{ needs.setup.outputs['test-chunks'] }}
5555
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_BOT_AUTH_TOKEN }}

0 commit comments

Comments
 (0)