Skip to content

Commit

Permalink
Retry gradle, it's failing often (project-chip#28031)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Jul 18, 2023
1 parent e9df402 commit 91bd337
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- uses: Wandalen/wretry.action@v1.3.0
name: Gradle Validation
continue-on-error: true
with:
action: gradle/wrapper-validation-action@v1
attempt_limit: 3
attempt_delay: 2000

0 comments on commit 91bd337

Please sign in to comment.