This commit is contained in:
Matteo Gheza 2020-09-24 16:14:33 +02:00
parent e20ff7260a
commit afa3cedadd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
- name: DB connection test
run: |
mysql -uroot -e "SHOW DATABASES;"
mysql -u root -h "127.0.0.1" -e "SHOW DATABASES;"
- name: Cypress run
uses: cypress-io/github-action@v2