GitHub workflows: bugsink-manage in settingless mode

Fix #219
This commit is contained in:
Klaas van Schelven
2025-09-16 11:37:09 +02:00
parent e346f8d5c2
commit 88bc283939

View File

@@ -149,6 +149,12 @@ jobs:
working-directory: separate_dir
run: |
bugsink-manage makemigrations --check
- name: Check bugsink-manage in settingless mode
working-directory: separate_dir
shell: bash
run: |
# Run the console entry in the most trivial way (--help), but with DJANGO_SETTINGS_MODULE truly unset
env -u DJANGO_SETTINGS_MODULE bugsink-manage --help >/dev/null
- name: Run Tests
working-directory: separate_dir
env: