Skip to content

Commit afb1abe

Browse files
Add report
1 parent 2fea032 commit afb1abe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,11 @@ jobs:
5252
if: steps.playwright-cache.outputs.cache-hit != 'true'
5353

5454
- name: Run script
55-
run: ./bin/integration-tests ${{ matrix.wp-version }}
55+
run: ./bin/integration-tests ${{ matrix.wp-version }}
56+
57+
- uses: actions/upload-artifact@v4
58+
if: ${{ !cancelled() }}
59+
with:
60+
name: playwright-report
61+
path: playwright-report/
62+
retention-days: 30

0 commit comments

Comments
 (0)