mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-08 19:30:01 +02:00
Merge pull request #82 from CircleCI-config-suggestions-bot/StoreTestResults
Update .circleci/config.yml to use store_test_results
This commit is contained in:
commit
6d3a8cecd2
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ jobs:
|
||||||
- run: if python3 --version | grep -q "Python 3.6"; then pip install --prefer-binary -U opencv-python-headless numpy; fi # to avoid compilation
|
- run: if python3 --version | grep -q "Python 3.6"; then pip install --prefer-binary -U opencv-python-headless numpy; fi # to avoid compilation
|
||||||
- run: pip3 install -r requirements.txt
|
- run: pip3 install -r requirements.txt
|
||||||
- run: pip3 install pytest
|
- run: pip3 install pytest
|
||||||
- run: pytest
|
- run: mkdir -p test-results
|
||||||
|
- run: pytest --junitxml=test-results/junit.xml -o junit_family=legacy
|
||||||
|
- store_test_results:
|
||||||
|
path: test-results
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
all-tests:
|
all-tests:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue