Skip to content

Commit

Permalink
simplify/fix GHA forl pkg checks
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jan 31, 2024
1 parent ea06f8a commit a3b52f4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,5 @@ jobs:
any::rcmdcheck
- uses: r-lib/actions/check-r-package@v2

- name: Show testthat output
if: always()
run: find check -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload check results
if: failure()
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
upload-snapshots: true

0 comments on commit a3b52f4

Please sign in to comment.