mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-23 17:59:06 +00:00
[skip ci] Specify env.DB_USER instead of user manually
This commit is contained in:
parent
fbeaa303bf
commit
a7a33bf758
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
- name: Create Lighthouse Database
|
||||
if: ${{ matrix.os.database }}
|
||||
run: mysql -uroot -p${{ env.DB_PASSWORD }} -h127.0.0.1 -e "CREATE DATABASE lighthouse;";
|
||||
run: mysql -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }} -h127.0.0.1 -e "CREATE DATABASE lighthouse;";
|
||||
|
||||
- name: Test
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue