mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed unsupported authentication method bug on MySQL 8.0 for PHPUnit action.
This commit is contained in:
parent
9b8b0a978d
commit
ceac2ca808
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -37,6 +37,9 @@ jobs:
|
||||||
|
|
||||||
- name: Start MySQL
|
- name: Start MySQL
|
||||||
run: sudo systemctl start mysql.service
|
run: sudo systemctl start mysql.service
|
||||||
|
|
||||||
|
- name: Setup MySQL authentication method that PHP understands
|
||||||
|
run: sudo mysql -u root -e "ALTER USER root IDENTIFIED WITH mysql_native_password BY '';"
|
||||||
|
|
||||||
#- name: Setup MySQL
|
#- name: Setup MySQL
|
||||||
# uses: mirromutth/mysql-action@v1.1
|
# uses: mirromutth/mysql-action@v1.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue