fix: store the correct path

This commit is contained in:
Jose Diaz-Gonzalez
2020-04-04 22:25:11 -04:00
parent a9fabcb0dd
commit 6479bb4d30

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