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 610da66 commit 7b06594Copy full SHA for 7b06594
.github/workflows/ci.yml
@@ -113,16 +113,7 @@ jobs:
113
114
- name: Run acceptance tests
115
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
+ bundle exec rake 'litmus:acceptance:parallel'
126
127
- name: Remove test environment
128
if: ${{ always() }}
0 commit comments