Keep rate limits for dev backend, disable only for playwright tests

This commit is contained in:
Valere
2025-03-17 09:45:43 +01:00
parent af58161f21
commit bd38a56ccc
4 changed files with 158 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: yarn playwright install --with-deps
- name: Run backend components
run: |
docker compose -f dev-backend-docker-compose.yml up -d
docker compose -f playwright-backend-docker-compose.yml up -d
docker ps
- name: Copy config file
run: cp config/config.devenv.json public/config.json