From d80a86ca3209ea3ad86eebd6ff9094d2619a4c32 Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Fri, 28 May 2021 11:37:57 +0000 Subject: [PATCH] fix syntax error --- .github/workflows/test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc04db829..d0b8e850e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -234,10 +234,6 @@ jobs: --health-interval=5s --health-timeout=2s --health-retries=3 - login-server: - image: gradido/login_server:latest - ports: - - 1201:1201 steps: - name: Debug service run: echo "$(docker ps)" @@ -285,7 +281,7 @@ jobs: runs-on: ubuntu-latest needs: [build_test_community_server] services: - mariadb: + mariadb: image: mariadb/server:10.5 env: MARIADB_ALLOW_EMPTY_PASSWORD: 1 @@ -297,7 +293,7 @@ jobs: --health-interval=5s --health-timeout=2s --health-retries=3 - login-server: + login-server: image: gradido/login_server:latest ports: - 1201:1201