Connect to localhost

This commit is contained in:
jvyden 2021-10-16 21:47:36 -04:00
commit 830449e759
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -50,7 +50,7 @@ jobs:
- name: Run database migrations
if: ${{ matrix.os.database }}
run: mysql --batch --user=lighthouse --password=lighthouse lighthouse < <(cat DatabaseMigrations/*.sql)
run: mysql --batch --user=lighthouse --password=lighthouse --host=localhost lighthouse < <(cat DatabaseMigrations/*.sql)
- name: Test
continue-on-error: true