Skip to content

Commit

Permalink
chore: remove the retry mechanism in Android testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 19, 2024
1 parent 24d60cf commit c8e1738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
distribution: ${{ env.JAVA_DISTRIBUTION }}
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with: |
with:
working-directory: ./android_test
api-level: ${{ matrix.emulator.api-level }}
target: ${{ matrix.emulator.target }}
Expand Down

0 comments on commit c8e1738

Please sign in to comment.