Skip to content

Commit

Permalink
Change build to use info log level for debug purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed May 17, 2024
1 parent ea7c406 commit fc3c1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Compile
run: ./mvnw --batch-mode --no-transfer-progress --update-snapshots -T 4 package -DskipTests=true
- name: Tests and additional checks
run: ./mvnw --batch-mode --no-transfer-progress -T 4 verify -Ppackage
run: ./mvnw --batch-mode --no-transfer-progress -T 4 verify -Ppackage -Dorg.slf4j.simpleLogger.defaultLogLevel=info
- name: Publish test report
uses: mikepenz/action-junit-report@v4
if: (success() || failure()) && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit fc3c1d8

Please sign in to comment.