Skip to content

Commit 2868422

Browse files
no cleaning
1 parent 651d0f4 commit 2868422

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ jobs:
6262
- run: cabal test all
6363
- run: cabal haddock all
6464

65+
# To get the right version of `generate-coverage-comment.sh`
6566
- uses: actions/checkout@v4
6667
with:
6768
ref: ${{ github.head_ref }}
6869
sparse-checkout:
69-
scripts/generate-coverage-comment.sh
70+
scripts
71+
clean: false
7072

7173
- if: ${{ github.event.pull_request }}
7274
run: ./scripts/generate-coverage-comment.sh constrained.tix | tee coverage-report.md

0 commit comments

Comments
 (0)