mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Fixed unsupported authentication method bug on MySQL 8.0 for PHPUnit action.
This commit is contained in:
parent
5782c92894
commit
8a74acb4ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: sudo systemctl start mysql.service
|
||||
|
||||
- name: Setup MySQL authentication method that PHP understands
|
||||
run: sudo mysql -u root --password="" -e "ALTER USER root IDENTIFIED WITH mysql_native_password BY '';"
|
||||
run: sudo mysql -u root --password="root" -e "ALTER USER root IDENTIFIED WITH mysql_native_password BY 'root';"
|
||||
|
||||
#- name: Setup MySQL
|
||||
# uses: mirromutth/mysql-action@v1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue