From dc8ae5a85dba3b49f993d3e20d90fe56aa78c9f5 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Sun, 15 Mar 2026 13:31:45 +0100 Subject: [PATCH] wip --- .github/workflows/end2end-conda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/end2end-conda.yml b/.github/workflows/end2end-conda.yml index 9bc2eba4..9a631025 100644 --- a/.github/workflows/end2end-conda.yml +++ b/.github/workflows/end2end-conda.yml @@ -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