fix: github action, missing config file for dev env

This commit is contained in:
Valere
2025-03-13 16:31:38 +01:00
parent 45d3a5e332
commit 4c477bc4b1

View File

@@ -20,6 +20,8 @@ jobs:
run: |
docker compose -f dev-backend-docker-compose.yml up -d
docker ps
- name: Copy config file
run: cp config/config.devenv.json public/config.json
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4