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.
1 parent 7eceede commit c756077Copy full SHA for c756077
.github/workflows/tests-e2e-linux.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Generate short list of the test files
48
working-directory: ./tests/e2e
49
run: |
50
- testFiles=$(find dist -type f -name '*.e2e.js' | sort | awk "NR % 1 == ${{ matrix.parallel }}")
+ testFiles=$(find dist -type f -name '*.e2e.js' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
51
echo $testFiles
52
53
# Multi-Line value
0 commit comments