Display error logs in failure
This commit is contained in:
parent
550ffaf8a8
commit
168156b7ff
7
.github/workflows/end_to_end_tests.yml
vendored
7
.github/workflows/end_to_end_tests.yml
vendored
@ -42,3 +42,10 @@ jobs:
|
|||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: './tests/screenshots/'
|
path: './tests/screenshots/'
|
||||||
|
|
||||||
|
- name: Display state
|
||||||
|
if: ${{ failure() }}
|
||||||
|
run: docker-compose ps
|
||||||
|
|
||||||
|
- name: Display logs
|
||||||
|
if: ${{ failure() }}
|
||||||
|
run: docker-compose logs
|
||||||
|
Loading…
Reference in New Issue
Block a user