1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-03 05:14:25 +02:00
This commit is contained in:
2026-03-15 13:31:45 +01:00
parent 2d41a158bc
commit dc8ae5a85d
+2 -2
View File
@@ -50,10 +50,10 @@ jobs:
pip install -e ./ophyd_devices -e .[dev,pyside6] -e ./bec_testing_plugin
pip install pytest-repeat
collect_logs() {
mkdir -p logs
find . -type f -name "*.log" -exec cp --parents {} logs/ +
find . -type f -name "*.log"
find . -type f -name "*.log" -exec cp --parents {} logs/ \+
}
trap collect_logs EXIT