Commit 7b3369bd authored by BryceLTaylor's avatar BryceLTaylor

circleci remove store_artifacts steps from integration tests

parent 83fb2883
......@@ -68,8 +68,6 @@ aliases:
- *save_build_cache
- store_test_results:
path: test/results
- store_artifacts:
path: test/results
- &deploy
<<: *defaults
steps:
......@@ -99,8 +97,6 @@ aliases:
npm run test:integration:jest:remote
- store_test_results:
path: test/results
- store_artifacts:
path: test/results
- &integration_tap
<<: *defaults
steps:
......@@ -115,9 +111,6 @@ aliases:
npm run test:smoke:convertReportToXunit
- store_test_results:
path: test/results
- store_artifacts:
path: test/results
jobs:
build-staging:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment