Skip to content

Commit e0134a3

Browse files
author
Roman
committed
add one more attempt
1 parent 0cccc49 commit e0134a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-subtensor-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Run tests with retry
108108
run: |
109109
set +e
110-
for i in 1 2; do
110+
for i in 1 2 3; do
111111
echo "🔁 Attempt $i: Running tests"
112112
uv run pytest ${{ matrix.test-file }} -s
113113
status=$?
@@ -116,8 +116,8 @@ jobs:
116116
break
117117
else
118118
echo "❌ Tests failed on attempt $i"
119-
if [ $i -eq 2 ]; then
120-
echo "Tests failed after 2 attempts"
119+
if [ $i -eq 3 ]; then
120+
echo "Tests failed after 3 attempts"
121121
exit 1
122122
fi
123123
echo "Retrying..."

0 commit comments

Comments
 (0)