Skip to content

Commit

Permalink
TS-35786 set debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrhein committed Nov 22, 2023
1 parent e4e8c57 commit 7221066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jlink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 'Test Dist on Linux'
env:
TEAMSCALE_ACCESS_KEY: ${{ secrets.TEAMSCALE_ACCESS_KEY }}
run: ./gradlew test
run: ./gradlew --debug test
- name: 'Build Windows'
run: ./gradlew customRuntimeZip-windows-x86_64
- name: 'Build MacOS Intel'
Expand Down

0 comments on commit 7221066

Please sign in to comment.