Skip to content

Commit 0a10647

Browse files
author
kr-2003
committed
ci
1 parent a48748e commit 0a10647

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,13 @@ jobs:
282282
# Run Playwright tests
283283
npx playwright test
284284
285-
# - name: Upload Playwright Test Results
286-
# if: ${{ always() }}
287-
# uses: actions/upload-artifact@v4
288-
# with:
289-
# name: playwright-test-results-${{ matrix.os }}
290-
# path: ${{ env.ARTIFACT_PATH }}
291-
# retention-days: 7
285+
- name: Upload Playwright Test Results
286+
if: ${{ always() }}
287+
uses: actions/upload-artifact@v4
288+
with:
289+
name: playwright-test-results-${{ matrix.os }}
290+
path: ${{ env.ARTIFACT_PATH }}
291+
retention-days: 7
292292

293293
- name: Setup tmate session
294294
if: ${{ failure() && runner.debug }}
Binary file not shown.

0 commit comments

Comments
 (0)