From 5a3e19701d9432e0cf65990686281f2dbc0a8dc5 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 4 Apr 2020 22:25:11 -0400 Subject: [PATCH] fix: store the correct path --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 982cd77..6e2e22c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,7 +28,7 @@ jobs: path: tmp/test-results destination: test-results - store_test_results: - path: test-results + path: tmp/test-results build-version: environment: @@ -58,7 +58,7 @@ jobs: path: tmp/test-results destination: test-results - store_test_results: - path: test-results + path: tmp/test-results workflows: version: 2