aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-04-28 14:58:57 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-04-28 14:58:57 -0400
commit1fa741494133f206d2b630708d7036517c1c953b (patch)
tree81e70a1b0ee380bd64fba783e14c7d06485c6c83
parent7586a065a767f33bc57c664306875f57bd5562b7 (diff)
downloadspmc-1fa741494133f206d2b630708d7036517c1c953b.tar.gz
Try to store ctest results
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index c14ae58..258d452 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
.circleci/test_spm.sh
- store_test_results:
- path: /tmp/test-reports
+ path: /tmp/test-results
build-macos:
macos:
@@ -76,7 +76,7 @@ jobs:
.circleci/test_spm.sh
- store_test_results:
- path: /tmp/test-reports
+ path: /tmp/test-results
workflows:
version: 2