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 9f2c133 commit 7ce3fe9
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/test/
run: docker build -f backend/tests/Dockerfile.test -t django-test-coverage-image backend/tests/

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

0 comments on commit 7ce3fe9

Please sign in to comment.