Skip to content

Commit

Permalink
ci: store test results
Browse files Browse the repository at this point in the history
  • Loading branch information
iamDecode committed Jun 17, 2019
1 parent ac2a00a commit a86e5e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jobs:
pip3 install pytest-asyncio
znc-buildmod palaver.cpp
make test-integration
- store_test_results:
path: test-reports
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ test/fixtures/modules/palaver.so: palaver.so

.PHONY: test-integration
test-integration: test/fixtures/modules/palaver.so
pytest
@mkdir test-reports
pytest --junitxml=test-reports/junit.xml

0 comments on commit a86e5e9

Please sign in to comment.