try different port to fix github actions2

This commit is contained in:
Alexander Meindl
2021-03-18 07:36:58 +01:00
parent b63773c5ab
commit add5f43ebd

View File

@@ -34,7 +34,7 @@ jobs:
steps:
- name: Verify MySQL connection from host
run: |
mysql --host 127.0.0.1 --port 3306 -uroot -pBestPasswordEver -e "SHOW DATABASES"
mysql --host 127.0.0.1 --port 33306 -uroot -pBestPasswordEver -e "SHOW DATABASES"
- name: Checkout Redmine
uses: actions/checkout@v2