disabled tty again

This commit is contained in:
Ulf Gebhardt 2021-10-20 15:37:34 +02:00
parent 71fc40bccf
commit 1bacbda3d6
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -383,7 +383,7 @@ jobs:
- name: backend | docker-compose
run: docker-compose -f docker-compose.yml -f docker-compose.test.yml up --detach --no-deps mariadb database backend
- name: backend Unit tests | test
run: docker-compose exec backend yarn test
run: docker-compose exec -T backend yarn test
##########################################################################
# COVERAGE CHECK BACKEND #################################################
##########################################################################