mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 04:18:38 +00:00
Don't attempt to create root user
This commit is contained in:
parent
d4e9fec993
commit
f8be5f9b9b
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -48,8 +48,6 @@ jobs:
|
||||||
- name: Start MySQL
|
- name: Start MySQL
|
||||||
uses: shogo82148/actions-setup-mysql@v1
|
uses: shogo82148/actions-setup-mysql@v1
|
||||||
with:
|
with:
|
||||||
user: ${{ env.DB_USER }}
|
|
||||||
password: ${{ env.DB_PASSWORD }}
|
|
||||||
mysql-version: '8.0'
|
mysql-version: '8.0'
|
||||||
root-password: ${{ env.DB_PASSWORD }}
|
root-password: ${{ env.DB_PASSWORD }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue