use long argument names

This commit is contained in:
jvyden 2021-10-16 21:44:43 -04:00
parent 21ef63167c
commit 7534f5a911
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.database }}
run: mysql -B -u lighthouse -p lighthouse lighthouse < <(cat DatabaseMigrations/*.sql)
run: mysql --batch --user=lighthouse --password=lighthouse lighthouse < <(cat DatabaseMigrations/*.sql)
- name: Test
continue-on-error: true