fix(ci): install ripgrep on runner before qa-required scripts
Some checks failed
deploy / QA gates (push) Has been cancelled
deploy / Build & deploy (push) Has been cancelled

CSS/docs/JS contract checks call rg directly on the host runner,
not inside Docker, so ripgrep must be present on the ubuntu runner.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
aminovfariz
2026-06-08 09:06:12 +02:00
parent db5c57ea5c
commit f4b08e4c73

View File

@@ -32,5 +32,8 @@ jobs:
- name: Run DB migrations
run: docker compose exec -T php php bin/console db:migrate
- name: Install ripgrep
run: sudo apt-get install -y ripgrep
- name: Run required QA gates
run: bin/qa-required.sh