diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9cde493..d67758b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - name: Initialize database run: | mysql -e 'CREATE DATABASE atest;' \ - -u root -p root -P 3306 + -uroot -proot - name: Setup PHP uses: shivammathur/setup-php@v2