forked from GithubBackups/healthchecks
Fix CI: set SECRET_KEY
This commit is contained in:
parent
b7c769fc0e
commit
7e6afba8bd
1
.github/workflows/django.yml
vendored
1
.github/workflows/django.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
DB: ${{ matrix.db }}
|
DB: ${{ matrix.db }}
|
||||||
DB_USER: ${{ matrix.db_user }}
|
DB_USER: ${{ matrix.db_user }}
|
||||||
DB_PASSWORD: ${{ matrix.db_password }}
|
DB_PASSWORD: ${{ matrix.db_password }}
|
||||||
|
SECRET_KEY: dummy-key
|
||||||
run: |
|
run: |
|
||||||
coverage run --omit=*/tests/* --source=hc manage.py test
|
coverage run --omit=*/tests/* --source=hc manage.py test
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user