diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ca09e91..1d7d48b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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