Skip to content

Commit

Permalink
Update coverage-workflow.yml
Browse files Browse the repository at this point in the history
since dockerfile.test is in the test folder
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent 7ce3fe9 commit 202720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

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

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

0 comments on commit 202720e

Please sign in to comment.