From 8e1793a65cb8105d59f2055c6916eb04cdb7681d Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Sun, 5 Jan 2025 19:43:39 +0100 Subject: [PATCH] UbuntuGH.yml: Add a TODO --- .github/workflows/UbuntuGH.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/UbuntuGH.yml b/.github/workflows/UbuntuGH.yml index 01562b47..b089e5db 100644 --- a/.github/workflows/UbuntuGH.yml +++ b/.github/workflows/UbuntuGH.yml @@ -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/