Skip to content

Commit 1411d90

Browse files
committed
chore: Run tests 50 times in CI.
1 parent e407c73 commit 1411d90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
- name: Run tests (up to 50 times)
6969
run: |
7070
cd main
71-
#for i in $(seq 1 50);
72-
#do
71+
for i in $(seq 1 50);
72+
do
7373
echo "Attempt $i"
7474
npm run wdio:run:ci
75-
#done
75+
done
7676
7777
- name: Upload test failure screenshots
7878
if: always()

0 commit comments

Comments
 (0)