From a3b52f4c79894fd58a838a4a1ab6515fb34918a9 Mon Sep 17 00:00:00 2001 From: Alex Chubaty Date: Wed, 31 Jan 2024 13:32:15 -0700 Subject: [PATCH] simplify/fix GHA forl pkg checks --- .github/workflows/R-CMD-check.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index bc9dc86..edb8404 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -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