We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fea032 commit afb1abeCopy full SHA for afb1abe
.github/workflows/integration-tests.yml
@@ -52,4 +52,11 @@ jobs:
52
if: steps.playwright-cache.outputs.cache-hit != 'true'
53
54
- name: Run script
55
- run: ./bin/integration-tests ${{ matrix.wp-version }}
+ 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