Skip to content

Commit

Permalink
Don't retry instrumentation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Feb 26, 2024
1 parent cd84cf6 commit cef3936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit cef3936

Please sign in to comment.