Browse Source
Add databases to the testing matrix, take 2
pull/453/head
Pēteris Caune
4 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
2 additions and
2 deletions
-
.github/workflows/django.yml
|
@ -28,14 +28,14 @@ jobs: |
|
|
--health-timeout 5s |
|
|
--health-timeout 5s |
|
|
--health-retries 5 |
|
|
--health-retries 5 |
|
|
ports: |
|
|
ports: |
|
|
- 5432:2020 |
|
|
|
|
|
|
|
|
- 2020:5432 |
|
|
mysql: |
|
|
mysql: |
|
|
image: mysql:5.7 |
|
|
image: mysql:5.7 |
|
|
env: |
|
|
env: |
|
|
MYSQL_USER: hc |
|
|
MYSQL_USER: hc |
|
|
MYSQL_PASSWORD: hunter2 |
|
|
MYSQL_PASSWORD: hunter2 |
|
|
ports: |
|
|
ports: |
|
|
- 3306:2020 |
|
|
|
|
|
|
|
|
- 2020:3306 |
|
|
options: >- |
|
|
options: >- |
|
|
--health-cmd="mysqladmin ping" |
|
|
--health-cmd="mysqladmin ping" |
|
|
--health-interval=10s |
|
|
--health-interval=10s |
|
|