Skip to content

Commit

Permalink
add disk space info
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Feb 28, 2024
1 parent ba5e2b2 commit 40fcbd1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/daily-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Configure & Build
run: |
echo "disk space is:"
df -h
echo "-----------------------------"
mkdir -p $GITHUB_WORKSPACE/build
cd $GITHUB_WORKSPACE/build
cmake .. \
Expand All @@ -65,3 +68,10 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/build
ctest -V -L DFLY
- name: PostFail
if: failure()
run: |
echo "disk space is:"
df -h
echo "-----------------------------"

0 comments on commit 40fcbd1

Please sign in to comment.