fix(ci): install ripgrep in deploy workflow qa step
Some checks failed
deploy / QA gates (push) Has been cancelled
deploy / Build & deploy (push) Has been cancelled

Same fix as qa-required.yaml — css-contract-check.sh calls rg on
the host runner, not inside Docker.

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

View File

@@ -30,6 +30,9 @@ jobs:
- name: Run DB migrations - name: Run DB migrations
run: docker compose exec -T php php bin/console db:migrate 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 - name: Run required QA gates
run: bin/qa-required.sh run: bin/qa-required.sh