Display error logs in failure
This commit is contained in:
parent
550ffaf8a8
commit
168156b7ff
1 changed files with 7 additions and 0 deletions
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
|
||||
path: './tests/screenshots/'
|
||||
|
||||
- name: Display state
|
||||
if: ${{ failure() }}
|
||||
run: docker-compose ps
|
||||
|
||||
- name: Display logs
|
||||
if: ${{ failure() }}
|
||||
run: docker-compose logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue