mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Update screenshot artifact naming in Selenium UI tests workflow
This commit is contained in:
parent
feaa4e9838
commit
92e86432c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-testing.yml
vendored
2
.github/workflows/e2e-testing.yml
vendored
|
|
@ -331,7 +331,7 @@ jobs:
|
|||
if: always() # Ensure this runs even if tests fail
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ui-test-screenshots
|
||||
name: ui-test-screenshots-${{ matrix.browser }}-${{ matrix.resolution.name }}
|
||||
path: artifacts/screenshots
|
||||
retention-days: 2 # Store artifacts for 2 days
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue