Don't retry instrumentation tests

This commit is contained in:
Torsten Grote 2024-02-26 11:22:34 -03:00
parent aa1c710624
commit 23787a373e
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF

View file

@ -40,7 +40,7 @@ jobs:
- name: Run tests
uses: Wandalen/wretry.action@v1.3.0
with:
attempt_limit: 3
attempt_limit: 1
action: reactivecircus/android-emulator-runner@v2
with: |
api-level: ${{ matrix.android_target }}