diff options
-rw-r--r-- | .circleci/config.yml | 4 |
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 |