mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
circleci convert integration-tap results to xml and store
This commit is contained in:
parent
06b9608936
commit
cf328daa94
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ aliases:
|
|||
name: "integration tests with Tap"
|
||||
command: |
|
||||
npm run test:smoke:sauce
|
||||
npm run test:smoke:convertReportToXunit
|
||||
- store_test_results:
|
||||
path: test/results
|
||||
- store_artifacts:
|
||||
path: test/results
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue