From efda3421b34e4f0b7d2b6e257ff3c7e9c75ab825 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Tue, 30 Apr 2024 19:40:31 +0000 Subject: [PATCH] Add troubleshooting statements --- .github/workflows/R-CMD-check.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 532692b..4b59973 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -47,6 +47,12 @@ jobs: extra-packages: any::rcmdcheck needs: check + - name: Disk usage before build + run: df -h + + - name: Largest files in the workspace + run: du -ah ${{ github.workspace }} | sort -rh | head -20 + - name: Prepare PTAXSIM database uses: ./.github/actions/prepare-ptaxsim with: