Skip to content

Commit

Permalink
ci: Update path to Django settings in cove-ocds and cove-oc4ids
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 8, 2024
1 parent 0238bc3 commit 833e5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 833e5cf

Please sign in to comment.