Skip to content

Commit 00c0a2d

Browse files
authored
chore(CI): upload-artifact (#2574)
* upload-artifact * test-results/**
1 parent b9c4fdc commit 00c0a2d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
- run: yarn typecheck
4141
- run: yarn prettier
4242
- run: (cd test/e2e; ./e2e.sh ${{ matrix.three-version }})
43+
- name: Upload Playwright screenshots
44+
if: always()
45+
uses: actions/upload-artifact@v4
46+
with:
47+
name: playwright-screenshots-${{ matrix.three-version }}
48+
path: |
49+
test-results/**
50+
if-no-files-found: ignore
51+
retention-days: 7
4352

4453
build-and-release:
4554
needs: test

0 commit comments

Comments
 (0)