Skip to content

Commit 7b06594

Browse files
committed
Reverting Acceptance Test retry mechanism in CI
1 parent 610da66 commit 7b06594

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,7 @@ jobs:
113113
114114
- name: Run acceptance tests
115115
run: |
116-
for i in 1 2 3; do
117-
if bundle exec rake 'litmus:acceptance:parallel'; then
118-
break
119-
elif [ "$i" -lt 3 ]; then
120-
echo "Retrying acceptance tests (Attempt $i)"
121-
else
122-
echo "Acceptance tests failed after $i attempts."
123-
exit 1
124-
fi
125-
done
116+
bundle exec rake 'litmus:acceptance:parallel'
126117
127118
- name: Remove test environment
128119
if: ${{ always() }}

0 commit comments

Comments
 (0)