Skip to content

Commit

Permalink
Add gradle validation to pr test
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Apr 5, 2023
1 parent 0f1484a commit b68f7df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Gradle validation
uses: gradle/wrapper-validation-action@v1
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Test
Expand Down

0 comments on commit b68f7df

Please sign in to comment.