Browse Source

Add databases to the testing matrix, take 2

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

+ 2
- 2
.github/workflows/django.yml View File

@ -28,14 +28,14 @@ jobs:
--health-timeout 5s
--health-retries 5
ports:
- 5432:2020
- 2020:5432
mysql:
image: mysql:5.7
env:
MYSQL_USER: hc
MYSQL_PASSWORD: hunter2
ports:
- 3306:2020
- 2020:3306
options: >-
--health-cmd="mysqladmin ping"
--health-interval=10s


Loading…
Cancel
Save