Closed grst closed 3 years ago
Hi,
I just noticed your PR. Hm... do you have an actions log report I can check to see the situation your PR describes?
Thanks!
unfortunately not... the PR of question (https://github.com/Accio/BioQC/pull/23) got squashed&merged and therefore purged all CI logs.
Ok. I'll merge the PR since I don't think that it can hurt =) Thanks for the PR ^^.
If one of the packages fails being installed during pass 1, R exits with an status != 0, causing the entire workflow to halt.
As errors may happen during this step, I suggest to split up pass 1 and 2, explicitly allowing errors in pass 1 using
continue-on-error: true
.