1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Fixes for tests

This commit is contained in:
David Bomba 2021-02-04 21:19:31 +11:00
parent 589d2bb9a8
commit 60f59574a7

View File

@ -64,7 +64,7 @@ jobs:
- name: Verify MySQL connection from container - name: Verify MySQL connection from container
run: | run: |
mysql --host mysql -uroot -pninja -e "SHOW DATABASES" mysql -uroot -pninja -e "SHOW DATABASES"
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2