circleci remove store_artifacts steps from integration tests

This commit is contained in:
BryceLTaylor 2021-02-19 15:50:55 -05:00
parent 83fb28830b
commit 7b3369bddf

View file

@ -68,8 +68,6 @@ aliases:
- *save_build_cache - *save_build_cache
- store_test_results: - store_test_results:
path: test/results path: test/results
- store_artifacts:
path: test/results
- &deploy - &deploy
<<: *defaults <<: *defaults
steps: steps:
@ -99,8 +97,6 @@ aliases:
npm run test:integration:jest:remote npm run test:integration:jest:remote
- store_test_results: - store_test_results:
path: test/results path: test/results
- store_artifacts:
path: test/results
- &integration_tap - &integration_tap
<<: *defaults <<: *defaults
steps: steps:
@ -115,9 +111,6 @@ aliases:
npm run test:smoke:convertReportToXunit npm run test:smoke:convertReportToXunit
- store_test_results: - store_test_results:
path: test/results path: test/results
- store_artifacts:
path: test/results
jobs: jobs:
build-staging: build-staging: