Skip to content

Commit

Permalink
UbuntuGH.yml: Print old_home size
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Jan 5, 2025
1 parent 3c3d089 commit 967e3a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
- name: save ~/ for idempotency test
run: cp -r ~/ /tmp/old_home/

- name: Print /tmp/old_home/ size
run: du -sh /tmp/old_home/

- name: Running iniPC script for the 2nd time should not fail.
run: ./run_init.sh --noninteractive

Expand Down

0 comments on commit 967e3a1

Please sign in to comment.