Skip to content

Commit

Permalink
check-r-package does not print environment now
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jan 11, 2022
1 parent 349c54a commit 9eb2437
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions check-r-package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ runs:
## --------------------------------------------------------------------
options(crayon.enabled = TRUE)
if (Sys.getenv("_R_CHECK_FORCE_SUGGESTS_", "") == "") Sys.setenv("_R_CHECK_FORCE_SUGGESTS_" = "false")
cat("::group::Environment\n")
print(Sys.getenv())
cat("::endgroup::\n")
rcmdcheck::rcmdcheck(args = (${{ inputs.args }}), build_args = (${{ inputs.build_args }}), error_on = (${{ inputs.error-on }}), check_dir = (${{ inputs.check-dir }}))
shell: Rscript {0}
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit 9eb2437

Please sign in to comment.