mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
use a different method of migration
This commit is contained in:
parent
87a294d254
commit
1f38420957
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.prettyName == 'Linux' }}
|
||||
run: cat DatabaseMigrations/*.sql | mysql -u lighthouse -p lighthouse lighthouse
|
||||
run: mysql -B -u lighthouse -p lighthouse lighthouse < <(cat DatabaseMigations*.sql)
|
||||
|
||||
- name: Test
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue