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