From d4e9fec9931ffd7eeadbf274ce2652b1d88ddf8d Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 22:19:43 -0400 Subject: [PATCH] Use root account for MySQL stuff --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64e5ecfa..9a1a95a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 10 env: DB_DATABASE: lighthouse - DB_USER: lighthouse + DB_USER: root DB_PASSWORD: lighthouse steps: - name: Cancel previous runs of this workflow @@ -51,6 +51,7 @@ jobs: user: ${{ env.DB_USER }} password: ${{ env.DB_PASSWORD }} mysql-version: '8.0' + root-password: ${{ env.DB_PASSWORD }} - name: Run database migrations if: ${{ matrix.os.database }}