diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8c3b291..f5d3bfe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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