Moved conntinue-on-error to the top.

This commit is contained in:
Alexander Artemenko 2021-01-26 19:01:02 +03:00
parent 0c1ce6bf6a
commit 619edeeaba

View file

@ -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 }}"