Use root account for MySQL stuff

This commit is contained in:
jvyden 2021-10-16 22:19:43 -04:00
commit d4e9fec993
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -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 }}