From 4813fc5be064cab2304139152966fde4be262ab3 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 21:49:33 -0400 Subject: [PATCH] force TCP --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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