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:
|
||||
name: make all
|
||||
command: |
|
||||
mkdir -p test-results/tests
|
||||
make JUNIT_XML=test-results/tests/junit.xml all
|
||||
make all
|
||||
- store_test_results:
|
||||
path: test-results
|
||||
- store_artifacts:
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,7 +5,7 @@ build/
|
||||
dist/
|
||||
.uptodate
|
||||
/.env
|
||||
/junit-*.xml
|
||||
test-results/junit-*.xml
|
||||
/.cache
|
||||
.ensure-*
|
||||
/.tox
|
||||
|
Loading…
Reference in New Issue
Block a user