Skip to content

Commit

Permalink
Should fix debug statements (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Dec 3, 2024
1 parent 15547f3 commit b601850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
- name: Print all directory sizes
run: du -sh *
- name: Debug print contents
run: tar tvzf pth_06.tgz
run: tar tvzf ${RUNNER_TEMP}/pth_06.tgz
- name: Debug print size
run: du -sh pth_06.tgz
run: du -sh ${RUNNER_TEMP}/pth_06.tgz
- name: Debug find cov-int
run: find cov-int
- name: Debug search ${RUNNER_TEMP}
Expand Down

0 comments on commit b601850

Please sign in to comment.