diff --git a/.github/workflows/check-full.yaml b/.github/workflows/check-full.yaml index dfeb4cc4e..fac8ae20c 100644 --- a/.github/workflows/check-full.yaml +++ b/.github/workflows/check-full.yaml @@ -56,6 +56,7 @@ jobs: - uses: r-lib/actions/check-r-package@v2 with: upload-snapshots: true + upload-results: true error-on: 'ifelse(getRversion() > "3.6", "warning", "note")' env: _R_CHECK_FORCE_SUGGESTS_: false