Skip to content

Commit

Permalink
back to retry due to flappy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed May 27, 2022
1 parent eb69842 commit 7fc8208
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
cache: 'gradle'

- name: Build Library
run: ./gradlew build
uses: nick-invision/retry@v2
with:
timeout_minutes: 10
max_attempts: 3
command: |
./gradlew build
- name: Publish to Maven Local
run: ./gradlew publishToMavenLocal
Expand Down

0 comments on commit 7fc8208

Please sign in to comment.