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 96e3c3c commit 54088afCopy full SHA for 54088af
.github/workflows/test-artifacts.yml
@@ -22,8 +22,8 @@ jobs:
22
steps:
23
- name: List screenshot files
24
run: |
25
- ls -l build/project/behat-output/
26
- ls -l var/www/behat-output/
+ ls -l build/project/behat-output/ || true
+ ls -l var/www/behat-output/ || true
27
- name: Upload screenshots from failed tests
28
uses: actions/upload-artifact@v4
29
with:
0 commit comments