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 1224e7e commit ccca1e2Copy full SHA for ccca1e2
.github/workflows/haskell-ci.yml
@@ -73,11 +73,6 @@ jobs:
73
restore-keys: |
74
${{ runner.os }}-lts-24
75
76
- - name: Build
77
- run: |
78
- set -ex
79
- stack $STACK_ARGS test --no-run-tests --bench --no-run-benchmarks --haddock --no-haddock-deps
80
-
81
- name: Test
82
env:
83
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
stack.yaml
@@ -17,7 +17,7 @@
17
#
18
# snapshot: ./custom-snapshot.yaml
19
# snapshot: https://example.com/snapshots/2024-01-01.yaml
20
-snapshot: lts-24
+snapshot: lts-24.14
21
22
# User packages to be built.
23
# Various formats can be used as shown in the example below.
0 commit comments