mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Add artifact upload step for UI test screenshots
This commit is contained in:
parent
3524c17e18
commit
3eb7526fa4
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ui-testing.yml
vendored
8
.github/workflows/ui-testing.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue