1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-04 13:54:19 +02:00
This commit is contained in:
2026-03-15 13:18:15 +01:00
parent 774ca08cb3
commit c2a6964875
+4
View File
@@ -51,6 +51,10 @@ jobs:
pip install pytest-repeat
pytest -v --files-path ./ --start-servers --random-order ./tests/end-2-end/user_interaction/test_user_interaction_e2e.py
# find the logs and upload them as artifacts
mkdir -p logs
find . -type f -name "*.log" -exec cp --parents {} logs/ \;
- name: Upload logs if job fails
if: failure()
uses: actions/upload-artifact@v4