Need to add the matrix

This commit is contained in:
Griatch 2020-05-17 11:10:53 +02:00
parent 6e212e04e8
commit d99ee42210

View file

@ -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'