diff --git a/.github/workflows/coverage-workflow.yml b/.github/workflows/coverage-workflow.yml index bde766b..5a26167 100644 --- a/.github/workflows/coverage-workflow.yml +++ b/.github/workflows/coverage-workflow.yml @@ -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