1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00
This commit is contained in:
2024-07-24 18:58:28 +02:00
parent 5a33755dfb
commit f81c5e2e67

View File

@@ -168,7 +168,7 @@ test-matrix:
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:$PYTHON_VERSION
script:
- ulimit -c unlimited
- echo $pwd/core > /proc/sys/kernel/core_pattern
- echo $PWD/core > /proc/sys/kernel/core_pattern
- cat /proc/sys/kernel/core_pattern
- *clone-repos
- *install-os-packages
@@ -181,7 +181,7 @@ test-matrix:
# upload core dumps
when: on_failure
paths:
- /tmp/core
- $PWD/core
expire_in: 1 week
end-2-end-conda: