mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-17 15:59:56 +00:00
force TCP
This commit is contained in:
parent
830449e759
commit
4813fc5be0
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 --batch --user=lighthouse --password=lighthouse --host=localhost lighthouse < <(cat DatabaseMigrations/*.sql)
|
||||
run: mysql --batch --user=lighthouse --password=lighthouse --host=127.0.0.1 --protocol=TCP lighthouse < <(cat DatabaseMigrations/*.sql)
|
||||
|
||||
- name: Test
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue