Commit 959e1eb7 authored by Dorchies David's avatar Dorchies David
Browse files

ci(revdepcheck): add artifacts for browsing report documents after the job

Refs #86
Showing with 6 additions and 0 deletions
+6 -0
...@@ -149,3 +149,9 @@ revdepcheck_patched: ...@@ -149,3 +149,9 @@ revdepcheck_patched:
- R -e 'remotes::install_github("https://github.com/r-lib/revdepcheck")' - R -e 'remotes::install_github("https://github.com/r-lib/revdepcheck")'
- R -e 'revdepcheck::revdep_check(num_workers = 2)' - R -e 'revdepcheck::revdep_check(num_workers = 2)'
- R -e 'if (any(sapply(revdepcheck::revdep_summary(), function(x) {any(x$cmp$change == 1)}))) stop()' - R -e 'if (any(sapply(revdepcheck::revdep_summary(), function(x) {any(x$cmp$change == 1)}))) stop()'
artifacts:
paths:
- revdep/README.md
- revdep/problems.md
- revdep/failures.md
- revdep/cran.md
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment