Skip to content

Commit 96e3c3c

Browse files
fixed list
1 parent be44256 commit 96e3c3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-artifacts.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: List screenshot files
24-
run: ls -l build/project/behat-output/
25-
run: ls -l var/www/behat-output/
24+
run: |
25+
ls -l build/project/behat-output/
26+
ls -l var/www/behat-output/
2627
- name: Upload screenshots from failed tests
2728
uses: actions/upload-artifact@v4
2829
with:

0 commit comments

Comments
 (0)