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 5131295 commit 651d0f4Copy full SHA for 651d0f4
.github/workflows/haskell-ci.yml
@@ -34,9 +34,9 @@ jobs:
34
runs-on: ubuntu-latest
35
36
steps:
37
- - run: echo ${{ matrix.ref }}
38
-
39
- uses: actions/checkout@v4
+ with:
+ ref: ${{ matrix.ref }}
40
41
- uses: haskell-actions/setup@v2
42
with:
@@ -62,6 +62,11 @@ jobs:
62
- run: cabal test all
63
- run: cabal haddock all
64
65
+ - uses: actions/checkout@v4
66
67
+ ref: ${{ github.head_ref }}
68
+ sparse-checkout:
69
+ scripts/generate-coverage-comment.sh
70
71
- if: ${{ github.event.pull_request }}
72
run: ./scripts/generate-coverage-comment.sh constrained.tix | tee coverage-report.md
0 commit comments