Skip to content

Commit

Permalink
fix: Add missing gradle validation PR #257
Browse files Browse the repository at this point in the history
chore(ci): add gradle wrapper validation
  • Loading branch information
borisrizov-zf authored Feb 23, 2024
2 parents 008dde6 + 4af7318 commit f9acf55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/app-test-coverage-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
distribution: 'temurin'
java-version: '17'

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

- name: Test app
run: ./gradlew test

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

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

- name: Setup Helm
uses: azure/setup-helm@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/veracode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

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

- uses: madhead/read-java-properties@latest
id: version
with:
Expand Down

0 comments on commit f9acf55

Please sign in to comment.