We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1582d3f commit 29adfbeCopy full SHA for 29adfbe
.github/workflows/browser_tests.yml
@@ -84,5 +84,13 @@ jobs:
84
if: failure()
85
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
86
with:
87
- name: screenshots
+ name: screenshots-php${{ matrix.php }}
88
path: tests/Browser/screenshots
89
+
90
+ - name: Upload browser console as artifacts
91
+ # Upload console messages if the test suite failed.
92
+ if: failure()
93
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
94
+ with:
95
+ name: console-php${{ matrix.php }}
96
+ path: tests/Browser/console
0 commit comments