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: