Skip to content

Commit

Permalink
Collecting coverage only in one matrix combination.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 18, 2021
1 parent d5cf51b commit 0de1153
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- ubuntu-latest
# - macos-latest
quicklisp-dist:
- quicklisp
# - ultralisp
# - quicklisp
- ultralisp
lisp:
- sbcl-bin
- ccl-bin
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0de1153

Please sign in to comment.