From 1bc348c00057504606250e45129133b8cecf9728 Mon Sep 17 00:00:00 2001 From: unknown <isabelle.sanchez@inra.fr> Date: Thu, 24 Mar 2022 10:10:47 +0100 Subject: [PATCH] nouveau test CI yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b9976f..8c893f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,9 +22,9 @@ buildpkg: checkpkg: stage: test script: - - R -e 'devtools::check(document = FALSE)' + - R -e 'devtools::check(document = FALSE, args = "--no-tests", error_on = c("error"))' installpkg: stage: deploy script: - - R -e 'devtools::install()' + - R -e 'devtools::install(build_vignettes=TRUE,dependencies = TRUE)' -- GitLab