Skip to content

Commit a547729

Browse files
committed
Update test artifact config
1 parent 111841a commit a547729

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/test.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ jobs:
3030
run: npx playwright install --with-deps
3131
- name: E2E Tests (Playwright)
3232
run: npm run test:e2e
33-
- name: Upload artifacts (diff output)
34-
uses: actions/upload-artifact@v2
35-
if: always()
33+
- uses: actions/upload-artifact@v2
34+
if: failure()
3635
with:
37-
name: ${{ matrix.os }}-${{ matrix.node-version }}-diff-output
36+
name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts
3837
path: |
3938
_playwright-results/
4039
_playwright-report/

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.DS_Store
22
.idea
33
*.log
4-
__diff_output__
54
_playwright-report
65
_playwright-results
76
lib

0 commit comments

Comments
 (0)