From 23787a373e07c17c0298414afff9486a38142b0d Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 26 Feb 2024 11:22:34 -0300 Subject: [PATCH] Don't retry instrumentation tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae649ce7..372144ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}