Don't retry instrumentation tests
This commit is contained in:
parent
aa1c710624
commit
23787a373e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue