Skip to content

Commit

Permalink
Remove test network
Browse files Browse the repository at this point in the history
The test-network was used as a bridge between docker-compose and docker-compose stack. It was introduced in connection with #422
  • Loading branch information
physikerwelt authored Feb 19, 2024
1 parent 9430cf5 commit fa2b93c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa2b93c

Please sign in to comment.