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 addaaf6 commit 31a7babCopy full SHA for 31a7bab
.github/workflows/test-artifacts.yml
@@ -20,6 +20,10 @@ jobs:
20
upload-test-artifacts:
21
runs-on: ubuntu-latest
22
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
27
- name: List screenshot files
28
run: |
29
ls -l build/project/behat-output/ || true
0 commit comments