Need to add the matrix
This commit is contained in:
parent
6e212e04e8
commit
d99ee42210
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -22,11 +22,11 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: harmon758/postgresql-action@v1
|
- uses: harmon758/postgresql-action@v1
|
||||||
if: ${{ TESTING_DB == 'mysql' }}
|
if: ${{ matrix.TESTING_DB == 'mysql' }}
|
||||||
with:
|
with:
|
||||||
postgresql version: '10.7'
|
postgresql version: '10.7'
|
||||||
- uses: mirromutth/mysql-action@v1.1
|
- uses: mirromutth/mysql-action@v1.1
|
||||||
if: ${{ TESTING_DB == 'postgresql'}}
|
if: ${{ matrix.TESTING_DB == 'postgresql'}}
|
||||||
with:
|
with:
|
||||||
mysql version: '8.0'
|
mysql version: '8.0'
|
||||||
mysql root password: 'root'
|
mysql root password: 'root'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue