Closed aquarhead closed 2 months ago
Just FYI you can allow other jobs in a matrix to run to complete instead of cancel when one of them fails https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast (it defaults to true
)
I don't think the failure is related to my change?
That's right, the failure is unrelated. If you're able to add a separate commit that changes the matrix to allowing it to complete, that would be great!
Test failure addressed in #1098.
Fix #1086