Skip to content

Commit

Permalink
Update coverage-workflow.yml
Browse files Browse the repository at this point in the history
corrected the path to the dockerfile.test
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent 24f9e84 commit 7dbcf4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Django Coverage Report
on:
push:
branches:
- gargi-production # Or any other branch you want to run coverage on
pull_request: # Also run on pull requests
- gargi-production
pull_request:
branches:
- gargi-production

Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Build test image
run: docker build -f Dockerfile.test -t django-test-coverage-image .
run: docker build -f backend/test/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 7dbcf4e

Please sign in to comment.