We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e1c24 commit f46295cCopy full SHA for f46295c
.circleci/config.yml
@@ -5,6 +5,7 @@ jobs:
5
- image: tozd/meteor-testing:ubuntu-xenial
6
environment:
7
- METEOR_ALLOW_SUPERUSER: true
8
+ - CIRCLE_TEST_REPORTS: /tmp/test-results
9
steps:
10
- checkout
11
- run: git submodule update --init --recursive
@@ -19,3 +20,5 @@ jobs:
19
20
- run: meteor npm install --unsafe-perm
21
- run: xvfb-run -s "-screen 0 1280x1024x24" tests/test-runner/test-all.sh
22
- 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