diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 25cde07..1399c98 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -48,7 +48,7 @@ jobs: - name: Test cove instance run: | cd cove-${{ matrix.cove }} - DJANGO_SETTINGS_MODULE=cove_project.settings py.test + DJANGO_SETTINGS_MODULE=core.settings py.test - name: Test cove lib instance run: |