Skip to content

Commit 091abbc

Browse files
committed
right dir
1 parent 6479b9c commit 091abbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- checkout
2222
- restore_cache:
2323
keys:
24-
- v1-dependencies-{{ checksum "project.clj" }}
24+
- v1-dependencies-{{ checksum "report/project.clj" }}
2525
# fallback to using the latest cache if no exact match is found
2626
- v1-dependencies-
2727

@@ -30,7 +30,7 @@ jobs:
3030
- save_cache:
3131
paths:
3232
- ~/.m2
33-
key: v1-dependencies-{{ checksum "project.clj" }}
33+
key: v1-dependencies-{{ checksum "report/project.clj" }}
3434

3535
# run tests!
3636
- run: lein test

0 commit comments

Comments
 (0)