Skip to content

Commit

Permalink
Update coverage-workflow.yml
Browse files Browse the repository at this point in the history
corrected the path again
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent 7dbcf4e commit 9f2c133
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/test/Dockerfile.test -t django-test-coverage-image backend/test/
run: docker build -f backend/tests/Dockerfile.test -t django-test-coverage-image backend/test/

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

0 comments on commit 9f2c133

Please sign in to comment.