Skip to content

Commit e12b871

Browse files
authored
add du output
1 parent 13ee688 commit e12b871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
LOCAL_DEBUG1: ${{ github.ref_name == 'main' && format('{0}{1}{2}', 'Input variable skip_tests ', ' set to value ', inputs.skip_tests) || inputs.skip_tests }}
9393
TEST_VARIABLE: "This is test string for application ${{ env.APPLICATION }} ."
9494
run: |
95+
du -sh /opt/* /usr/share/* /usr/local/*
9596
echo "Comment from fork"
9697
echo "Find dockerconf"
9798
pwd

0 commit comments

Comments
 (0)