Skip to content

Commit

Permalink
Remove testing chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed May 2, 2024
1 parent f1f7e68 commit 83db77d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ jobs:
df -h
ls -lah
- name: Cleanup specific temp file with wildcards
run: |
echo "Attempting to remove the following files:"
ls /tmp/Rtmp*/Rbuild*/ptaxsim/ptaxsim.db
rm -f /tmp/Rtmp*/Rbuild*/ptaxsim/ptaxsim.db
echo "Post-removal directory listing to verify cleanup:"
ls /tmp/Rtmp*/Rbuild*/ptaxsim/
shell: bash

- name: Check R package
uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 83db77d

Please sign in to comment.