Skip to content

Commit

Permalink
Parse even on success
Browse files Browse the repository at this point in the history
For now.
  • Loading branch information
asardaes committed Apr 18, 2021
1 parent 1a173af commit 17b50db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Set up tex in OSX
if: runner.os == 'macOS'
run: tlmgr install placeins cleveref framed
run: tlmgr install placeins cleveref

- name: Query dependencies
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(build_args = "--compact-vignettes", args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}
continue-on-error: true # ${{ matrix.config.r == 'devel' }}
continue-on-error: ${{ matrix.config.r == 'devel' }}

- name: Test coverage
if: runner.os == 'Linux' && matrix.config.r == 'release'
Expand All @@ -90,7 +90,6 @@ jobs:
Rscript codecov.R
- name: Parse missing tex dependencies
if: failure()
run: tinytex::parse_packages("vignettes/dtwclust.log")
shell: Rscript {0}
continue-on-error: true
Expand Down

0 comments on commit 17b50db

Please sign in to comment.