diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index b1cc51db..28abc006 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -28,8 +28,21 @@ jobs: additional-env-vars: | _R_CHECK_CRAN_INCOMING_REMOTE_=false _R_CHECK_EXAMPLE_TIMING_THRESHOLD_=10 - NOT_CRAN=true additional-r-cmd-check-params: --as-cran + r-cmd-non-cran: + name: R CMD Check (non-CRAN) 🧬 + uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main + secrets: + REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} + with: + additional-env-vars: | + NOT_CRAN=true + enforce-note-blocklist: true + publish-unit-test-report-gh-pages: false + junit-xml-comparison: false + concurrency-group: non-cran + disable-unit-test-reports: true + skip-r-cmd-install: true coverage: name: Coverage 📔 uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main