Skip to content

Commit 6194bbc

Browse files
simplify
1 parent 42ad3e9 commit 6194bbc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jobs:
6868
${{ steps.setup-haskell-stack.outputs.stack-root }}
6969
.stack-work
7070
key: ${{ runner.os }}-lts-24-${{ github.sha }}
71-
restore-keys: |
72-
${{ runner.os }}-lts-24
71+
restore-keys: ${{ runner.os }}-lts-24
7372

7473
- name: Test
7574
env:
@@ -79,12 +78,12 @@ jobs:
7978
stack test --coverage
8079
stack hpc report constrained-generators
8180
82-
- uses: actions/cache/save@v4
83-
with:
84-
path: |
85-
${{ steps.setup-haskell-stack.outputs.stack-root }}
86-
.stack-work
87-
key: ${{ runner.os }}-lts-24-${{ github.sha }}
81+
- uses: actions/cache/save@v4
82+
with:
83+
path: |
84+
${{ steps.setup-haskell-stack.outputs.stack-root }}
85+
.stack-work
86+
key: ${{ runner.os }}-lts-24-${{ github.sha }}
8887

8988
- name: Upload coverage report
9089
env:

0 commit comments

Comments
 (0)