From fa2b93c843f120d8e1e99acdc0340a27d1a49993 Mon Sep 17 00:00:00 2001 From: Moritz Schubotz Date: Mon, 19 Feb 2024 16:19:39 +0100 Subject: [PATCH] Remove test network The test-network was used as a bridge between docker-compose and docker-compose stack. It was introduced in connection with #422 --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d5962c..0a2de5a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,6 @@ jobs: run: > MW_ADMIN_PASS=${{ secrets.MW_ADMIN_PASS }} DB_PASS=${{ secrets.DB_PASS }} - docker network create test && docker-compose -f docker-compose.yml -f docker-compose-extra.yml -f docker-compose-ci.yml up -d # pauses CI execution and prints a temporary ssh url to the server for debugging