Try in-built ubuntu mysql instead of action

This commit is contained in:
Griatch 2020-05-17 23:30:21 +02:00
parent 3dc43a360b
commit 4689af914f

View file

@ -29,13 +29,13 @@ jobs:
postgresql version: '10.7' postgresql version: '10.7'
posgresql db: 'postgres' posgresql db: 'postgres'
postgresql user: 'postgres' postgresql user: 'postgres'
- name: Set up MySQL server # - name: Set up MySQL server
uses: mirromutth/mysql-action@v1.1 # uses: mirromutth/mysql-action@v1.1
if: ${{ matrix.TESTING_DB == 'mysql'}} # if: ${{ matrix.TESTING_DB == 'mysql'}}
with: # with:
mysql version: '8.0' # mysql version: '8.0'
mysql root password: 'root' # mysql root password: 'root'
#
# wait for db to activage, get logs from their start # wait for db to activage, get logs from their start
- name: Wait / sleep - name: Wait / sleep
uses: jakejarvis/wait-action@v0.1.0 uses: jakejarvis/wait-action@v0.1.0