Skip to content

Commit d8d4557

Browse files
Update .circleci/config.yml add .xml to integration-results filename
Co-authored-by: Ray Schamp <[email protected]>
1 parent 1be9317 commit d8d4557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- run:
7070
name: Integration
7171
environment:
72-
JEST_JUNIT_OUTPUT_NAME: integration-results
72+
JEST_JUNIT_OUTPUT_NAME: integration-results.xml
7373
command: |
7474
export TESTFILES=$(circleci tests glob "test/integration/*.test.js" | circleci tests split --split-by=timings)
7575
$(npm bin)/jest ${TESTFILES} --reporters="default" --reporters="jest-junit" --runInBand

0 commit comments

Comments
 (0)