From 1fa741494133f206d2b630708d7036517c1c953b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 28 Apr 2020 14:58:57 -0400 Subject: Try to store ctest results --- .circleci/config.yml | 4 ++-- 1 file 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 -- cgit