Skip to content

Commit f46295c

Browse files
committed
Store test results.
1 parent 42e1c24 commit f46295c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
- image: tozd/meteor-testing:ubuntu-xenial
66
environment:
77
- METEOR_ALLOW_SUPERUSER: true
8+
- CIRCLE_TEST_REPORTS: /tmp/test-results
89
steps:
910
- checkout
1011
- run: git submodule update --init --recursive
@@ -19,3 +20,5 @@ jobs:
1920
- run: meteor npm install --unsafe-perm
2021
- run: xvfb-run -s "-screen 0 1280x1024x24" tests/test-runner/test-all.sh
2122
- run: /node_modules/.bin/real-favicon check-for-update --fail-on-update public/version.json
23+
- store_test_results:
24+
path: /tmp/test-results

0 commit comments

Comments
 (0)