Skip to content

Commit

Permalink
Add troubleshooting statements
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Apr 30, 2024
1 parent 2b5e7e3 commit efda342
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit efda342

Please sign in to comment.