mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
wip
This commit is contained in:
@ -175,13 +175,14 @@ test-matrix:
|
||||
- pip install -e ./bec/bec_lib[dev]
|
||||
- pip install -e ./bec/bec_ipython_client
|
||||
- pip install -e .[dev,$QT_PCKG]
|
||||
- pytest -v --junitxml=report.xml --random-order ./tests/unit_tests
|
||||
- pytest -v --junitxml=report.xml --random-order ./tests/unit_tests || true
|
||||
- if [ -f core.* ]; then echo "Core dump found"; else echo "No core dump"; fi
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
# upload core dumps
|
||||
when: on_failure
|
||||
paths:
|
||||
- $PWD/core
|
||||
- $PWD/core.*
|
||||
expire_in: 1 week
|
||||
|
||||
end-2-end-conda:
|
||||
|
Reference in New Issue
Block a user