connect also extra to login-server

This commit is contained in:
Dario Rekowski on RockPI 2021-06-01 10:34:39 +00:00
parent 115e8108ca
commit 5d4241177e

View File

@ -327,7 +327,7 @@ jobs:
##########################################################################
- name: community server | Unit tests
run: |
docker run --network container:${{ steps.mariadb_container.outputs.id }} -v ~/coverage:/var/www/cakephp/webroot/coverage gradido/community_server:test
docker run --network container:${{ steps.login_server_container.outputs.id }} --network container:${{ steps.mariadb_container.outputs.id }} -v ~/coverage:/var/www/cakephp/webroot/coverage gradido/community_server:test
cp -r ~/coverage ./coverage
##########################################################################
# COVERAGE CHECK BACKEND COMMUNITY-SERVER ####################################