Allow other jobs to continue after failure
parent
3c8f628713
commit
5790d171ca
|
@ -12,6 +12,7 @@ jobs:
|
||||||
name: "crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }}"
|
name: "crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }}"
|
||||||
continue-on-error: ${{ !matrix.stable }}
|
continue-on-error: ${{ !matrix.stable }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
stable: [true]
|
stable: [true]
|
||||||
crystal:
|
crystal:
|
||||||
|
@ -54,4 +55,3 @@ jobs:
|
||||||
- name: Failed
|
- name: Failed
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: "[ -f libsodium_install.out ] && cat libsodium_install.out"
|
run: "[ -f libsodium_install.out ] && cat libsodium_install.out"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue