mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 00:18:39 +00:00
oops
This commit is contained in:
parent
4ae3ecb1fb
commit
37b187f41e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
mysql password: 'lighthouse'
|
||||
|
||||
- name: Run database migrations
|
||||
if: ${{ matrix.os.database == 'true' }}
|
||||
if: ${{ matrix.os.database }}
|
||||
run: mysql -B -u lighthouse -p lighthouse lighthouse < <(cat DatabaseMigations/*.sql)
|
||||
|
||||
- name: Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue