Skip to content

Commit 8bfcbaf

Browse files
committed
#RI-6325 - Fix e2e
1 parent 37b1608 commit 8bfcbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Generate short list of the test files
8686
working-directory: ./tests/e2e
8787
run: |
88-
# testFiles=$(find tests/web -type f -name '*.e2e.ts' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
88+
testFiles=$(find tests/web -type f -name '*.e2e.ts' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
8989
9090
# testFiles=tests/web/critical-path/database/connecting-to-the-db.e2e.ts
9191
echo $testFiles

0 commit comments

Comments
 (0)