Skip to content
Snippets Groups Projects

Imrpovements + corrections + docs

Merged Astre Benjamin requested to merge dev into main
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -11,8 +11,8 @@ Test R-install-package-dependencies-withCache Good:
- .gitlab-ci.yml
- tests/.gitlab-ci-r-tests.yml
- templates/templates-r.yml
- tests/r-package
- R
- tests/r-package/*
- R/*
variables:
TEST_ERROR: 0
script:
@@ -27,8 +27,8 @@ Test R-install-package-dependencies-withCache Bad:
- .gitlab-ci.yml
- tests/.gitlab-ci-r-tests.yml
- templates/templates-r.yml
- tests/r-package
- R
- tests/r-package/*
- R/*
variables:
TEST_ERROR: 1
script:
Loading