This commit is contained in:
jvyden 2021-10-16 21:40:48 -04:00
commit 37b187f41e
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -49,7 +49,7 @@ jobs:
mysql password: 'lighthouse'
- name: Run database migrations
if: ${{ matrix.os.database == 'true' }}
if: ${{ matrix.os.database }}
run: mysql -B -u lighthouse -p lighthouse lighthouse < <(cat DatabaseMigations/*.sql)
- name: Test