Harmonize CI configuration

This commit is a continuation of eacfd77d but for workflows specific
to the main branch.
This commit is contained in:
Stéphane Nicoll
2024-07-05 10:26:43 +02:00
parent 3dba68fc5f
commit fd3bf5b352
2 changed files with 9 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ runs:
shell: bash
run: |
for jvm_pid in $(jps -q -J-XX:+PerfDisableSharedMem); do
jcmd $java_pid Thread.print
jcmd $jvm_pid Thread.print
done
- if: ${{ runner.os == 'Windows' }}
shell: powershell