Skip to content

Commit

Permalink
Update deploy_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent 7bd7db9 commit 34b3b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Set up test containers
run: docker compose -f docker-compose.stag.yml up --build -d

- name: Run backend unit tests with coverage
- name: Run backend unit tests with coverage (single worker)
run: |
docker exec secfit_stag_backend coverage run --source='.' manage.py test
docker exec secfit_stag_backend coverage run --source='.' manage.py test --parallel=1
docker exec secfit_stag_backend coverage report
- name: Tear down test containers
Expand Down

0 comments on commit 34b3b79

Please sign in to comment.