Skip to content

Commit

Permalink
Set debug for entire build
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Oct 19, 2023
1 parent 1a25d3d commit 9897510
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ lint_steps: &lint_steps
- checkout
- run: ./mvnw verify -B -Dhttps.protocols=TLSv1.2 -DskipTests
build_steps: &build_steps
environment:
DEBUG: testcontainers
steps:
- checkout
- setup_remote_docker
- run:
command: ./mvnw test -B -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dtests.log_level=info -Djdk.attach.allowAttachSelf=true
environment:
DEBUG: testcontainers
- run: ./mvnw test -B -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dtests.log_level=info -Djdk.attach.allowAttachSelf=true
- run:
when: on_fail
command: for log in target/surefire-reports/*.txt; do echo "$log ========================" ; cat $log ; done
Expand Down

0 comments on commit 9897510

Please sign in to comment.