mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-01 09:48:37 +00:00
Use root account for MySQL stuff
This commit is contained in:
parent
470ea2db7f
commit
d4e9fec993
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
DB_DATABASE: lighthouse
|
DB_DATABASE: lighthouse
|
||||||
DB_USER: lighthouse
|
DB_USER: root
|
||||||
DB_PASSWORD: lighthouse
|
DB_PASSWORD: lighthouse
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel previous runs of this workflow
|
- name: Cancel previous runs of this workflow
|
||||||
|
@ -51,6 +51,7 @@ jobs:
|
||||||
user: ${{ env.DB_USER }}
|
user: ${{ env.DB_USER }}
|
||||||
password: ${{ env.DB_PASSWORD }}
|
password: ${{ env.DB_PASSWORD }}
|
||||||
mysql-version: '8.0'
|
mysql-version: '8.0'
|
||||||
|
root-password: ${{ env.DB_PASSWORD }}
|
||||||
|
|
||||||
- name: Run database migrations
|
- name: Run database migrations
|
||||||
if: ${{ matrix.os.database }}
|
if: ${{ matrix.os.database }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue