Skip to content

Commit 0690935

Browse files
committed
Fix CircleCI results path
1 parent 6fb1d98 commit 0690935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
- image: circleci/clojure:tools-deps
66
steps:
77
- checkout
8-
- run: mkdir -p ~/test-results/kaocha
8+
- run: mkdir -p test-results/kaocha
99
- restore_cache:
1010
keys:
1111
- v1-dependencies-{{ checksum "deps.edn" }}

0 commit comments

Comments
 (0)