Skip to content

Commit 31a7bab

Browse files
added container list
1 parent addaaf6 commit 31a7bab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-artifacts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
upload-test-artifacts:
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: List screenshots inside container
24+
run: |
25+
cd ${HOME}/build/project
26+
docker compose --env-file=.env exec -T app ls -l /var/www/html/build/project/behat-output || true
2327
- name: List screenshot files
2428
run: |
2529
ls -l build/project/behat-output/ || true

0 commit comments

Comments
 (0)