Developer Experience (#911)

local dev environment
This commit is contained in:
Markos Gogoulos
2023-11-13 11:13:08 +02:00
committed by GitHub
parent 918df010f5
commit dcbfaca91c
10 changed files with 166 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ jobs:
shell: bash
- name: Run Django Tests
run: docker-compose -f docker-compose-dev.yaml exec --env TESTING=True -T web pytest
run: docker-compose -f docker-compose-dev.yaml exec --env TESTING=True -T web pytest
# Run with coverage, saves report on htmlcov dir
# run: docker-compose -f docker-compose-dev.yaml exec --env TESTING=True -T web pytest --cov --cov-report=html --cov-config=.coveragerc