Skip to content

Commit 7eae940

Browse files
committed
Save test results
1 parent 4d6a58c commit 7eae940

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- run:
3434
command: npx mocha --reporter mocha-junit-reporter
3535
environment:
36-
MOCHA_FILE: ~/junit/test-results.xml
36+
MOCHA_FILE: test-results/mocha/results.xml
37+
- store_test_results:
38+
path: test-results
3739
- run:
3840
command: npm run check-fmt
3941

0 commit comments

Comments
 (0)