Skip to content

Commit f75d6e2

Browse files
committed
Cache more directory for faster CI
1 parent bfcfeb3 commit f75d6e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
key: v1-.stack-{{ checksum "stack.yaml" }}-{{ checksum "slack-web.cabal" }}
1616
paths:
1717
- ~/.stack/
18+
- .stack-work/
1819
- run: stack build
1920
- run: stack build --test
2021

@@ -33,6 +34,7 @@ jobs:
3334
key: v1-.stack-{{ checksum "stack-nightly.yaml" }}-{{ checksum "slack-web.cabal" }}
3435
paths:
3536
- ~/.stack/
37+
- .stack-work/
3638
- run: stack build --stack-yaml stack-nightly.yaml
3739
- run: stack build --test --stack-yaml stack-nightly.yaml
3840

0 commit comments

Comments
 (0)