Merge branch 'master' into develop

This commit is contained in:
Lucas Bartholemy 2021-05-18 20:27:18 +02:00
commit 35028d66ef

View File

@ -89,7 +89,7 @@ jobs:
- name: Verify MySQL connection from host
run: |
sudo apt-get install -y mysql-client
sudo apt-get update && sudo apt-get install -y mysql-client
mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports['3306'] }} -uroot -proot -e "SHOW DATABASES"
- name: Install npm dependencies