Skip to content

Commit

Permalink
Adds more printing (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Dec 2, 2024
1 parent ec93163 commit ff74240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
${{ env.COVERITY }}/bin/cov-build --dir cov-int mvn -Pbuild-nogenerate -B -Drevision=${{ env.RELEASE_VERSION }} -Dsha1= -Dchangelist= -DskipTests=true clean compile
tar czvf pth_06.tgz cov-int
- name: Debug find src contents
run: find src/ -exec ls -l {} \;
- name: Print all directory sizes
run: du -sh *
- name: Debug print contents
run: tar tvzf pth_06.tgz
- name: Debug print size
Expand Down

0 comments on commit ff74240

Please sign in to comment.