Moved conntinue-on-error to the top.
This commit is contained in:
parent
0c1ce6bf6a
commit
619edeeaba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
|
@ -58,6 +58,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
continue-on-error: "${{ matrix.can-fail }}"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
LISP: ${{ matrix.lisp }}
|
LISP: ${{ matrix.lisp }}
|
||||||
|
@ -108,5 +109,4 @@ jobs:
|
||||||
- name: Run CL-INFO
|
- name: Run CL-INFO
|
||||||
run: |
|
run: |
|
||||||
qlot exec cl-info
|
qlot exec cl-info
|
||||||
continue-on-error: "${{ matrix.can-fail }}"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue