mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 07:58:40 +00:00
WHY CAN I NOT TYPE
This commit is contained in:
parent
37b187f41e
commit
21ef63167c
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 DatabaseMigations/*.sql)
|
||||
run: mysql -B -u lighthouse -p lighthouse lighthouse < <(cat DatabaseMigrations/*.sql)
|
||||
|
||||
- name: Test
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue