We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcb3cf commit a91e1c9Copy full SHA for a91e1c9
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: ./.github/actions/setup-android-build
49
50
- name: Run unit tests
51
- uses: nick-fields/retry@v3.0.0
+ uses: nick-fields/retry@v3.0.2
52
with:
53
command: ./gradlew clean test --no-daemon
54
timeout_minutes: 8
0 commit comments