Add Docker Compose logs to failure handling.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-05-09 06:07:13 -05:00
parent 22b1f65672
commit 58ffde9d66
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ jobs :
- name : Echo test output directory
if : failure()
run : |
docker-compose logs
cat tests/_output/*
- name : Upload built static assets and translations