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