From 202720e2a46ea4e2c20b83a8a434ec833d0896fe Mon Sep 17 00:00:00 2001 From: Garima Ketan Chauhan Date: Wed, 2 Apr 2025 13:25:44 +0200 Subject: [PATCH] Update coverage-workflow.yml since dockerfile.test is in the test folder --- .github/workflows/coverage-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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