mirror of
https://github.com/valitydev/grafanalib.git
synced 2024-11-06 02:05:19 +00:00
Save test results on CircleCI
The JUNIT_XML setting was erroneously brought over from another repo; here we can just tell tox to put the results in a subdir and save that.
This commit is contained in:
parent
ae18dbc61b
commit
8dab6f6d61
@ -24,8 +24,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: make all
|
name: make all
|
||||||
command: |
|
command: |
|
||||||
mkdir -p test-results/tests
|
make all
|
||||||
make JUNIT_XML=test-results/tests/junit.xml all
|
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test-results
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,7 +5,7 @@ build/
|
|||||||
dist/
|
dist/
|
||||||
.uptodate
|
.uptodate
|
||||||
/.env
|
/.env
|
||||||
/junit-*.xml
|
test-results/junit-*.xml
|
||||||
/.cache
|
/.cache
|
||||||
.ensure-*
|
.ensure-*
|
||||||
/.tox
|
/.tox
|
||||||
|
Loading…
Reference in New Issue
Block a user