Disable fail-fast on matrix jobs since there seem to be a lot of transient errors

This commit is contained in:
Greg Lin 2022-08-17 12:10:19 -05:00
commit b863122cd4

View file

@ -93,6 +93,7 @@ jobs:
test:
needs: [setup-matrix, docker-images]
strategy:
fail-fast: false
matrix:
platform: ${{ fromJson(needs.setup-matrix.outputs.platforms) }}
r_version: ${{ fromJson(needs.setup-matrix.outputs.r_versions) }}