Add artifact upload step for UI test screenshots

This commit is contained in:
omri zaher 2025-08-11 14:10:02 +03:00
parent 3524c17e18
commit 3eb7526fa4

View file

@ -39,3 +39,11 @@ jobs:
WEKAN_URL: ${{ secrets.WEKAN_URL }}
run: |
pytest tests/ -s -v
- name: Upload screenshots
if: always() # Ensure this runs even if tests fail
uses: actions/upload-artifact@v3
with:
name: ui-test-screenshots
path: artifacts/screenshots
retention-days: 2 # Store artifacts for 30 days