fix: store the correct path

This commit is contained in:
Jose Diaz-Gonzalez
2020-04-04 22:25:11 -04:00
parent 188fdd8ac4
commit 5a3e19701d

View File

@@ -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