Skip to content
Snippets Groups Projects
Commit 8912b972 authored by Astre Benjamin's avatar Astre Benjamin
Browse files

Disable test R update packages because too long

parent 1726b321
No related branches found
No related tags found
1 merge request!4Many improvments
......@@ -3,16 +3,17 @@
include:
- local: '/templates/templates-r.yml'
Test R Update Packages:
extends:
- .R-update-packages
variables:
R_DO_PACKAGE_UPDATE: 1
rules:
- changes:
- .gitlab-ci.yml
- tests/.gitlab-ci-r-tests.yml
- templates/templates-r.yml
# Test too long and not particularly necessary
# Test R Update Packages:
# extends:
# - .R-update-packages
# variables:
# R_DO_PACKAGE_UPDATE: 1
# rules:
# - changes:
# - .gitlab-ci.yml
# - tests/.gitlab-ci-r-tests.yml
# - templates/templates-r.yml
Test R-install-package-dependencies-withCache Good:
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment