1
0

fix(ci): start only php+db+memcached in CI, skip nginx (file mount fails in runner)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
aminovfariz
2026-06-05 11:39:45 +02:00
parent d47e45e9f8
commit 5e8273b952
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
run: cp .env.example .env
- name: Start project services
run: docker compose up -d
run: docker compose up -d php db memcached
- name: Run required QA gates
run: bin/qa-required.sh