From 7ce3fe93a913a4df67d7334743806f5b2cda0f9f Mon Sep 17 00:00:00 2001 From: Garima Ketan Chauhan Date: Wed, 2 Apr 2025 13:20:20 +0200 Subject: [PATCH] Update coverage-workflow.yml --- .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 ca37756..bde766b 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/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