Edit: I forgot to copypaste one crucial line:
runs-on: ...
continue-on-error: ${{ matrix.allow_failure }}
stragegy: ...
Same trick as in the GitHub Actions doc, where they use experimental
instead:
Edit: I forgot to copypaste one crucial line:
runs-on: ...
continue-on-error: ${{ matrix.allow_failure }}
stragegy: ...
Same trick as in the GitHub Actions doc, where they use experimental
instead: