Skip to content

Commit 54088af

Browse files
fix for job to continue
1 parent 96e3c3c commit 54088af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
steps:
2323
- name: List screenshot files
2424
run: |
25-
ls -l build/project/behat-output/
26-
ls -l var/www/behat-output/
25+
ls -l build/project/behat-output/ || true
26+
ls -l var/www/behat-output/ || true
2727
- name: Upload screenshots from failed tests
2828
uses: actions/upload-artifact@v4
2929
with:

0 commit comments

Comments
 (0)