From 0de1153e41c8ff0a9b6744f75f87f25a73c3ae50 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 18 Feb 2021 21:08:45 +0300 Subject: [PATCH] Collecting coverage only in one matrix combination. --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ae216a8..45db4d44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: - ubuntu-latest # - macos-latest quicklisp-dist: - - quicklisp -# - ultralisp +# - quicklisp + - ultralisp lisp: - sbcl-bin - ccl-bin @@ -94,11 +94,11 @@ jobs: - uses: 40ants/run-tests@fix-coveralls-for-not-supported-impls with: asdf-system: cl-info - coveralls-token: ${{ matrix.lisp == 'sbcl-bin' && secrets.github_token }} - env: - FOO: BAR - BLAH: ${{ matrix.lisp == 'sbcl-bin' && matrix.quicklisp-dist }} - MINOR: ${{ matrix.lisp == 'ccl-bin' && matrix.missing-key }} + coveralls-token: | + ${{ matrix.lisp == 'sbcl-bin' && + matrix.os == 'ubuntu-latest' && + matrix.quicklisp-dist == 'ultralisp' && + secrets.github_token }} # This is additional step to check # a command line script