Skip to content

Commit

Permalink
UbuntuGH.yml: Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Jan 5, 2025
1 parent ec419f4 commit 8e1793a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
- name: Running iniPC script for the 1st time should not fail.
run: ./run_init.sh --noninteractive

# TODO research on what is the /mnt partition on GitHub runners for
# and whether it is a better place to store the old_home directory
# (it probably does not count to the root file system limit)
# TODO maybe if I stored the old_home directory in /mnt
# I would not need to run the Free Disk Space step
# See the Check disk space step for more info
- name: save ~/ for idempotency test
run: cp -r ~/ /tmp/old_home/

Expand Down

0 comments on commit 8e1793a

Please sign in to comment.