Skip to content

Commit 6b7c4b9

Browse files
committed
adds artifact
1 parent 62103cd commit 6b7c4b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
- name: Run Playwright tests
4949
run: npx playwright test
5050

51-
- uses: actions/upload-artifact@v4
51+
- name: Upload artifacts
52+
uses: actions/upload-artifact@v4
53+
if: always()
5254
with:
5355
name: playwright-report
5456
path: playwright-report/

0 commit comments

Comments
 (0)