Need to add the matrix

This commit is contained in:
Griatch 2020-05-17 11:10:53 +02:00
parent 5eed439853
commit 9d5868ac55

View file

@ -22,11 +22,11 @@ jobs:
- uses: actions/checkout@v2
- uses: harmon758/postgresql-action@v1
if: ${{ TESTING_DB == 'mysql' }}
if: ${{ matrix.TESTING_DB == 'mysql' }}
with:
postgresql version: '10.7'
- uses: mirromutth/mysql-action@v1.1
if: ${{ TESTING_DB == 'postgresql'}}
if: ${{ matrix.TESTING_DB == 'postgresql'}}
with:
mysql version: '8.0'
mysql root password: 'root'