fix(ci): start only php+db+memcached in CI, skip nginx (file mount fails in runner)
Some checks failed
deploy / QA gates (push) Failing after 6s
deploy / Build & deploy (push) Has been skipped
qa-required / qa-required (push) Failing after 7s

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

@@ -17,7 +17,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