From 619edeeaba9d0fcffeb80eb286506da0c932ddea Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 26 Jan 2021 19:01:02 +0300 Subject: [PATCH] Moved conntinue-on-error to the top. --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 66b780e..6ed6e14 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -58,6 +58,7 @@ jobs: runs-on: ${{ matrix.os }} + continue-on-error: "${{ matrix.can-fail }}" env: LISP: ${{ matrix.lisp }} @@ -108,5 +109,4 @@ jobs: - name: Run CL-INFO run: | qlot exec cl-info - continue-on-error: "${{ matrix.can-fail }}"