Skip to content

Commit

Permalink
fixup! chore: enable debug for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 23, 2024
1 parent 66e9b36 commit 9d5b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
timeout: 20000
interval: 500
- name: verify
run: mvn verify -e -Dlog4j2.level=debug
run: mvn verify -e -Dlog4j2.level=trace
- name: Archive code coverage results
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9d5b6c9

Please sign in to comment.