We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f7692 commit a99f1b6Copy full SHA for a99f1b6
.github/workflows/haskell-ci.yml
@@ -93,7 +93,7 @@ jobs:
93
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
94
run: |
95
set -ex
96
- if [ "${{ matrix.os }}.${{ matrix.resolver }}" == "Ubuntu-latest.lts-24" ] && [ -n "${COVERALLS_REPO_TOKEN}" ]; then
+ if [ "${{ matrix.os }}.${{ matrix.resolver }}" == "ubuntu-latest.lts-24" ] && [ -n "${COVERALLS_REPO_TOKEN}" ]; then
97
stack $STACK_ARGS test --coverage
98
stack $STACK_ARGS hpc report --all
99
curl -L https://github.com/rubik/stack-hpc-coveralls/releases/download/v0.0.7.0/shc-Linux-X64.tar.bz2 | tar xj shc
0 commit comments