Skip to content

Commit

Permalink
refresh CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Apr 19, 2023
1 parent 5a3631f commit fa610bb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
path: |
~/.stack
.stack-work
key: stack-${{ runner.os }}-8.10-${{ hashFiles('stack-ghc-8.10.yaml.lock') }}
key: stack-${{ runner.os }}-8.10-${{ hashFiles('stack-ghc-8.10.yaml.lock') }}-2
restore-keys: |
stack-${{ runner.os }}-8.10
- run: stack --stack-yaml stack-ghc-8.10.yaml build --only-dependencies
- run: stack --stack-yaml stack-ghc-8.10.yaml build
- run: stack --stack-yaml stack-ghc-8.10.yaml test
Expand All @@ -45,9 +44,8 @@ jobs:
path: |
~/.stack
.stack-work
key: stack-${{ runner.os }}-${{ hashFiles('stack.yaml.lock') }}
key: stack-${{ runner.os }}-${{ hashFiles('stack.yaml.lock') }}-2
restore-keys: |
stack-${{ runner.os }}
- run: stack build --only-dependencies
- run: stack build
- run: stack test
Expand All @@ -70,9 +68,8 @@ jobs:
path: |
~/.stack
.stack-work
key: stack-${{ runner.os }}-9.2-${{ hashFiles('stack-ghc-9.2.yaml.lock') }}
key: stack-${{ runner.os }}-9.2-${{ hashFiles('stack-ghc-9.2.yaml.lock') }}-2
restore-keys: |
stack-${{ runner.os }}-9.2
- run: stack --stack-yaml stack-ghc-9.2.yaml build --only-dependencies
- run: stack --stack-yaml stack-ghc-9.2.yaml build
- run: stack --stack-yaml stack-ghc-9.2.yaml test
Expand Down

0 comments on commit fa610bb

Please sign in to comment.