Skip to content
Snippets Groups Projects
Commit 6b48b63d authored by Sebastian Henz's avatar Sebastian Henz
Browse files

Print sessionInfo() in gitlab-ci

parent 9ccc8bec
No related branches found
No related tags found
No related merge requests found
Pipeline #5843 passed with stage
in 10 minutes and 32 seconds
......@@ -11,6 +11,7 @@
- merge_requests
- tags
script:
- R -e 'sessionInfo()'
- R -e 'devtools::install_deps(quiet = TRUE)'
- R -e 'devtools::check(error_on = "note", document = FALSE)'
......
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