fix: store the correct path

This commit is contained in:
Jose Diaz-Gonzalez
2020-04-04 22:25:11 -04:00
parent 4c194bf734
commit 3d4258c794

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