Skip to content

Commit be44256

Browse files
added file list debug
1 parent 287e4b5 commit be44256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
upload-test-artifacts:
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: List screenshot files
24+
run: ls -l build/project/behat-output/
25+
run: ls -l var/www/behat-output/
2326
- name: Upload screenshots from failed tests
2427
uses: actions/upload-artifact@v4
2528
with:

0 commit comments

Comments
 (0)