use a different method of migration

This commit is contained in:
jvyden 2021-10-16 21:36:37 -04:00
parent 87a294d254
commit 1f38420957
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -50,7 +50,7 @@ jobs:
- name: Run database migrations
if: ${{ matrix.os.prettyName == 'Linux' }}
run: cat DatabaseMigrations/*.sql | mysql -u lighthouse -p lighthouse lighthouse
run: mysql -B -u lighthouse -p lighthouse lighthouse < <(cat DatabaseMigations*.sql)
- name: Test
continue-on-error: true