Skip to content

Commit

Permalink
Add df -h for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Bonauer committed Jul 26, 2024
1 parent b4562e4 commit 5a70292
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/update_parts_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
run: |
set -x
# Print the current disk usage, might help with future "no disk space left" issues
echo "============================================================================================================================="
df -h
echo "============================================================================================================================="
mkdir -p db_build
cd db_build
Expand All @@ -58,6 +63,12 @@ jobs:
ls -lah
cd ..
# Print the current disk usage, might help with future "no disk space left" issues
echo "============================================================================================================================="
df -h
echo "============================================================================================================================="
# creates the converted database in 80M split-zip files in folder db_build
python3 jlcparts_db_convert.py
# remove the source db, as we don't want to package that one
Expand All @@ -66,6 +77,11 @@ jobs:
ls -lah db_build
du -cslh db_build
# Print the current disk usage, might help with future "no disk space left" issues
echo "============================================================================================================================="
df -h
echo "============================================================================================================================="
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 5a70292

Please sign in to comment.