Skip to content

Commit

Permalink
Update coverage-workflow.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 202720e commit 5f4f7d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Change working directory
run: cd backend/

- name: Build test image
run: docker build -f tests/Dockerfile.test -t django-test-coverage-image backend/ # Changed build context
run: docker build -f tests/Dockerfile.test -t django-test-coverage-image .

- name: Run Django tests with coverage
run: docker run django-test-coverage-image
Expand Down

0 comments on commit 5f4f7d8

Please sign in to comment.