Browse Source

Fix CI: set SECRET_KEY

pull/470/head
Pēteris Caune 4 years ago
parent
commit
7e6afba8bd
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/django.yml

+ 1
- 0
.github/workflows/django.yml View File

@ -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…
Cancel
Save