ci: added core dump artifact

This commit is contained in:
2024-07-24 15:30:31 +02:00
parent 4f2b51b211
commit e5085d97ea
+6
View File
@@ -174,6 +174,12 @@ test-matrix:
- pip install -e .[dev,$QT_PCKG]
- pytest -v --junitxml=report.xml --random-order ./tests/unit_tests
allow_failure: true
artifacts:
# upload core dumps
when: on_failure
paths:
- /tmp/coredump/
expire_in: 1 week
end-2-end-conda:
stage: End2End