chore: added firebase conf to tests run

This commit is contained in:
ITQ
2025-11-20 21:49:56 +03:00
parent cb1c417541
commit 36b0bd1cb4
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -226,8 +226,9 @@ test:
--profile migrations
--profile tests
script:
- export PROFILES="$(printf '%s ' $COMPOSE_PROFILES)"
- apk add --no-cache docker-compose
- export PROFILES="$(printf '%s ' $COMPOSE_PROFILES)"
- cp "$TEST_STAGE_FIREBASE_CONF" ./infrastructure/configs/backend/firebase.json
- |
(
while true; do