Browse Source
Add databases to the testing matrix, take 4
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
1 deletions
-
.github/workflows/django.yml
|
@ -9,7 +9,7 @@ on: |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: ubuntu-20.04 |
|
|
strategy: |
|
|
strategy: |
|
|
max-parallel: 4 |
|
|
max-parallel: 4 |
|
|
matrix: |
|
|
matrix: |
|
@ -39,6 +39,7 @@ jobs: |
|
|
env: |
|
|
env: |
|
|
MYSQL_USER: hc |
|
|
MYSQL_USER: hc |
|
|
MYSQL_PASSWORD: hunter2 |
|
|
MYSQL_PASSWORD: hunter2 |
|
|
|
|
|
MYSQL_RANDOM_ROOT_PASSWORD: yes |
|
|
ports: |
|
|
ports: |
|
|
- 3306:3306 |
|
|
- 3306:3306 |
|
|
options: >- |
|
|
options: >- |
|
|