Skip to content

Commit 4592c6f

Browse files
wip
1 parent 914ccde commit 4592c6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757
.hpc
5858
restore-keys: ${{ matrix.ghc-version }}-
5959

60+
- run: |
61+
echo ${{ env.coverage }}
62+
echo ${{ github.event.pull_request }}
63+
echo ${{ matrix.ghc-version }}
64+
echo ${{ matrix.ghc-version == '9.12' }}
65+
6066
- if: ${{ env.coverage == true }}
6167
run: |
6268
cat <<EOF >>cabal.project.local

0 commit comments

Comments
 (0)