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 91c3945 commit 8c0bf83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codereview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
java-version: 17

- name: Build with Gradle
working-directory: ./
working-directory: ./p4pa-pdnd-services
run: ./gradlew clean build jacocoTestReport

- name: Sonar Scan
working-directory: ./
working-directory: ./p4pa-pdnd-services
run: >
./gradlew sonar
-Dorg.gradle.jvmargs=-Xmx4096M
Expand Down

0 comments on commit 8c0bf83

Please sign in to comment.