mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
circleci remove store_artifacts steps from integration tests
This commit is contained in:
parent
83fb28830b
commit
7b3369bddf
1 changed files with 0 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue