Disable fail-fast on matrix jobs since there seem to be a lot of transient errors
This commit is contained in:
parent
534f225b0c
commit
b863122cd4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -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) }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue