Skip to content

Commit

Permalink
-_ -;
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatnight committed Feb 22, 2023
1 parent 6bb1a29 commit e3eb809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Run unit tests
run: |
docker compose -f ops/docker-compose.test.yml up --detach --wait
docker compose exec backend pytest --cov-report=xml:/data/coverage.xml --cov=src/ .
docker compose -f ops/docker-compose.test.yml exec backend pytest --cov-report=xml:/data/coverage.xml --cov=src/ .
- name: Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit e3eb809

Please sign in to comment.