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 7d7cfc0 commit 1cc60b8Copy full SHA for 1cc60b8
.github/workflows/main.yml
@@ -156,11 +156,13 @@ jobs:
156
uses: actions/upload-artifact@v4
157
with:
158
path: "/tmp/screenshots/"
159
- name: "behat output ${{ matrix.php-version }}"
+ name: "screenshots ${{ matrix.php-version }}"
160
retention-days: 3
161
162
- - name: Display Output on Failure
163
- if: failure() && !matrix.experimental
164
- run: |
165
- find . -type f
166
- cat output/selenium.log
+ - name: Upload the Selenium Logs
+ if: always()
+ uses: actions/upload-artifact@v4
+ with:
+ path: "output/selenium.log"
167
+ name: "selenium log ${{ matrix.php-version }}"
168
+ retention-days: 3
0 commit comments