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 37b1608 commit 8bfcbafCopy full SHA for 8bfcbaf
.github/workflows/tests-e2e-docker.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Generate short list of the test files
86
working-directory: ./tests/e2e
87
run: |
88
- # testFiles=$(find tests/web -type f -name '*.e2e.ts' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
+ testFiles=$(find tests/web -type f -name '*.e2e.ts' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
89
90
# testFiles=tests/web/critical-path/database/connecting-to-the-db.e2e.ts
91
echo $testFiles
0 commit comments