From 21ef63167cd512bb6bb5a793a1370588ca4f9cb9 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 21:42:00 -0400 Subject: [PATCH] WHY CAN I NOT TYPE --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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