feat: disable fail-fast for candidates jobs

Prevents a job failure from halting the other jobs.

PR: zmkfirmware/zmk-docker#45
This commit is contained in:
innovaker 2021-05-18 19:55:55 +01:00
parent 919ad96cc5
commit cdbb6eb708

View File

@ -190,6 +190,7 @@ jobs:
run:
shell: /usr/bin/docker exec candidate /bin/bash {0}
strategy:
fail-fast: false
matrix:
architecture: ${{ fromJSON(needs.architectures.outputs.json) }}
include: