1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-02 12:54:18 +02:00
This commit is contained in:
2026-03-15 13:36:13 +01:00
parent dc8ae5a85d
commit 6c40df4380
+1 -9
View File
@@ -50,14 +50,6 @@ 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"
find . -type f -name "*.log" -exec cp --parents {} logs/ \+
}
trap collect_logs EXIT
pytest -v --files-path ./ --start-servers --random-order ./tests/end-2-end/user_interaction/test_user_interaction_e2e.py
- name: Upload logs if job fails
@@ -65,5 +57,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pytest-logs
path: ./logs/*.log
path: ./bec/logs/*.log
retention-days: 7