Skip to content

Commit f9fa6a6

Browse files
committed
refactor: remove redundant check and upload steps from R-CMD-check workflow
1 parent ac8f94f commit f9fa6a6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/R-CMD-check-devel.yaml

-13
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,6 @@ jobs:
5454
remotes::install_github("ThinkR-open/lightparser", upgrade = "always")
5555
shell: Rscript {0}
5656

57-
- name: Check
58-
env:
59-
_R_CHECK_CRAN_INCOMING_REMOTE_: false
60-
run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
61-
shell: Rscript {0}
62-
63-
- name: Upload check results
64-
if: failure()
65-
uses: actions/upload-artifact@main
66-
with:
67-
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
68-
path: check
69-
7057
- name: Setup tmate session
7158
uses: mxschmitt/action-tmate@v3
7259
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} # Works on 'main' only

0 commit comments

Comments
 (0)