Skip to content

Commit

Permalink
add debug logging for failing CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Oct 30, 2024
1 parent 12b0ce9 commit 2216508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Test
shell: bash
run: |
./gradlew -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace
./gradlew -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace --debug
all-platforms:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2216508

Please sign in to comment.