Skip to content

Commit

Permalink
Add bash commands in different spot
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Apr 30, 2024
1 parent efda342 commit d3cf4a1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,16 @@ 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:
ASSUMED_ROLE: ${{ secrets.AWS_IAM_ROLE_TO_ASSUME_ARN }}

- name: Disk usage before build
run: |
df -h
ls -lah
- name: Check R package
uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit d3cf4a1

Please sign in to comment.