mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-14 03:08:54 +01:00
Fixed unsupported authentication method bug on MySQL 8.0 for PHPUnit action.
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -37,6 +37,9 @@ jobs:
|
||||
|
||||
- name: Start MySQL
|
||||
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
|
||||
# uses: mirromutth/mysql-action@v1.1
|
||||
|
||||
Reference in New Issue
Block a user