WHY CAN I NOT TYPE

This commit is contained in:
jvyden 2021-10-16 21:42:00 -04:00
commit 21ef63167c
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 DatabaseMigations/*.sql)
run: mysql -B -u lighthouse -p lighthouse lighthouse < <(cat DatabaseMigrations/*.sql)
- name: Test
continue-on-error: true