Stabilize edge gateway API CI

This commit is contained in:
Jeppe Bundgaard
2026-07-01 14:01:50 +02:00
parent 4fdeedab45
commit 4252f9a42b
4 changed files with 26 additions and 7 deletions
+2 -2
View File
@@ -236,7 +236,7 @@ jobs:
node-version: 22
- name: Prune stale Docker networks
run: docker network prune -f
run: docker network prune -f || true
- 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
@@ -248,7 +248,7 @@ jobs:
--exclude='./.phpunit.cache'
--exclude='./build/logs'
-C services/nginx/app -cf - .
| docker compose -f docker-compose.yml -f .github/docker-compose.ci.yml exec -T php1 tar -C /var/www/html -xf -
| docker compose -f docker-compose.yml -f .github/docker-compose.ci.yml exec -T php1 tar --no-same-owner -C /var/www/html -xf -
- name: Resolve dependencies
run: |