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