Pēteris Caune
4 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
4 additions and
0 deletions
-
.github/workflows/django.yml
|
@ -18,6 +18,8 @@ jobs: |
|
|
services: |
|
|
services: |
|
|
postgres: |
|
|
postgres: |
|
|
image: postgres |
|
|
image: postgres |
|
|
|
|
|
env: |
|
|
|
|
|
POSTGRES_PASSWORD: postgres |
|
|
options: >- |
|
|
options: >- |
|
|
--health-cmd pg_isready |
|
|
--health-cmd pg_isready |
|
|
--health-interval 10s |
|
|
--health-interval 10s |
|
@ -42,5 +44,7 @@ jobs: |
|
|
DB: postgres |
|
|
DB: postgres |
|
|
DB_HOST: localhost |
|
|
DB_HOST: localhost |
|
|
DB_PORT: 5432 |
|
|
DB_PORT: 5432 |
|
|
|
|
|
DB_USER: postgres |
|
|
|
|
|
DB_PASSWORD: postgres |
|
|
run: | |
|
|
run: | |
|
|
python manage.py test |
|
|
python manage.py test |