mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-23 13:41:31 +00:00
use long argument names
This commit is contained in:
parent
21ef63167c
commit
7534f5a911
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
- name: Run database migrations
|
||||
if: ${{ matrix.os.database }}
|
||||
run: mysql -B -u lighthouse -p lighthouse lighthouse < <(cat DatabaseMigrations/*.sql)
|
||||
run: mysql --batch --user=lighthouse --password=lighthouse lighthouse < <(cat DatabaseMigrations/*.sql)
|
||||
|
||||
- name: Test
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue