Browse Source

Add databases to the testing matrix, take 4

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

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

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
max-parallel: 4
matrix:
@ -39,6 +39,7 @@ jobs:
env:
MYSQL_USER: hc
MYSQL_PASSWORD: hunter2
MYSQL_RANDOM_ROOT_PASSWORD: yes
ports:
- 3306:3306
options: >-


Loading…
Cancel
Save