Collect docker services logs.

This commit is contained in:
Kavin 2022-06-02 12:48:40 +01:00
parent 1c454b4fdf
commit e84070234a
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 3 additions and 0 deletions

View File

@ -35,3 +35,6 @@ jobs:
run: docker-compose -f ${{ matrix.docker-compose-file }} up -d && sleep 5
- name: Run tests
run: ./testing/api-test.sh
- name: Collect services logs
if: failure()
run: docker-compose -f ${{ matrix.docker-compose-file }} logs