Skip to content

Commit

Permalink
P4ADEV-1377 change pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
antocalo committed Nov 13, 2024
1 parent bf39425 commit dabaf0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codereview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
distribution: 'corretto'
java-version: 17

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Build with Gradle
working-directory: ./
run: ./gradlew clean build jacocoTestReport
Expand Down

0 comments on commit dabaf0f

Please sign in to comment.