Skip to content

Commit

Permalink
Remove flaky Gradle wrapper validation action
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Jul 20, 2023
1 parent 51b5506 commit e772191
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
java-version: ${{ matrix.java-version }}
cache: 'gradle'

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: Build and test on Ubuntu and macOS
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
run: ./gradlew check
Expand Down

0 comments on commit e772191

Please sign in to comment.