From d18e41d38982a427896bb67525201f37b42ded16 Mon Sep 17 00:00:00 2001 From: Einhornimmond Date: Wed, 22 Sep 2021 12:50:24 +0200 Subject: [PATCH] fix --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de1da0dc9..bfb73fd1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -422,11 +422,6 @@ jobs: --health-interval=5s --health-timeout=5s --health-retries=3 - database: - image: gradido/database:production_up - env: - NODE_ENV: "production" - DB_HOST: mariadb steps: - name: get mariadb container id run: echo "::set-output name=id::$(docker container ls | grep mariadb | awk '{ print $1 }')"