Make sure the emulated jobs upload their test results properly
This commit is contained in:
parent
56a0fcb135
commit
367f29382f
@ -25,7 +25,7 @@ version: 2.1
|
|||||||
cd test && python3 -m pytest --verbose --junitxml=test-results/pytest/results.xml --numprocesses=auto"
|
cd test && python3 -m pytest --verbose --junitxml=test-results/pytest/results.xml --numprocesses=auto"
|
||||||
no_output_timeout: 2h
|
no_output_timeout: 2h
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results
|
path: test/test-results
|
||||||
|
|
||||||
.native_job: &nativejob
|
.native_job: &nativejob
|
||||||
docker:
|
docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user