This commit is contained in:
Matteo Gheza 2020-09-24 16:45:08 +02:00
parent 2466289376
commit 60afa5e44d
1 changed files with 1 additions and 1 deletions

View File

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