Skip to content

Commit

Permalink
Revert to normal logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed May 17, 2024
1 parent 4c9e916 commit 1685c3e
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 -Dorg.slf4j.simpleLogger.defaultLogLevel=info
run: ./mvnw --batch-mode --no-transfer-progress -T 4 verify -Ppackage
- name: Publish test report
uses: mikepenz/action-junit-report@v4
if: (success() || failure()) && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 1685c3e

Please sign in to comment.