From 833e5cfd91d360f927436a54cd0abccbf6b256a3 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:06:14 -0400 Subject: [PATCH] ci: Update path to Django settings in cove-ocds and cove-oc4ids --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |