Skip to content

Commit c756077

Browse files
fix tests
1 parent 7eceede commit c756077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Generate short list of the test files
4848
working-directory: ./tests/e2e
4949
run: |
50-
testFiles=$(find dist -type f -name '*.e2e.js' | sort | awk "NR % 1 == ${{ matrix.parallel }}")
50+
testFiles=$(find dist -type f -name '*.e2e.js' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
5151
echo $testFiles
5252
5353
# Multi-Line value

0 commit comments

Comments
 (0)