[Tests] Don't abort parallel tests
This commit is contained in:
parent
9f380a7681
commit
6b0a29dd06
|
|
@ -27,10 +27,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ki_release: [latest, ki6, ki7]
|
ki_release: [ki5, ki6, ki7]
|
||||||
w_tests: [g1, g2, g3]
|
w_tests: [g1, g2, g3]
|
||||||
|
fail-fast: false
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/inti-cmnb/kicad_auto_test:${{ matrix.ki_release }}
|
container: ghcr.io/inti-cmnb/kicad_auto_test:${{ matrix.ki_release }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue