Skip to content

Commit b5e8d34

Browse files
committed
revert to 4 nodes for e2e docker
1 parent de13502 commit b5e8d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-e2e-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
# Number of threads to run tests
48-
parallel: [0, 1, 2]
48+
parallel: [0, 1, 2, 3]
4949

5050
steps:
5151
- uses: actions/checkout@v4
@@ -73,7 +73,7 @@ jobs:
7373
- name: Generate short list of the test files
7474
working-directory: ./tests/e2e
7575
run: |
76-
testFiles=$(find tests/web -type f -name '*.e2e.ts' | sort | awk "NR % 3 == ${{ matrix.parallel }}")
76+
testFiles=$(find tests/web -type f -name '*.e2e.ts' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
7777
echo $testFiles
7878
7979
# Multi-Line value

0 commit comments

Comments
 (0)