Prune stale Docker networks in API CI
This commit is contained in:
@@ -227,6 +227,9 @@ jobs:
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
- name: Prune stale Docker networks
|
||||
run: docker network prune -f
|
||||
|
||||
- name: Boot local stack
|
||||
run: docker compose -f docker-compose.yml -f .github/docker-compose.ci.yml up -d traefik redis mysql-debug edge-broker php1 php2 php3 php4 php5 caddy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user