From 37b187f41ee8a7e85b1e1f525f6a1f603cf372b6 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 21:40:48 -0400 Subject: [PATCH] oops --- .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 77aadc90..b2f8eb16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: mysql password: 'lighthouse' - name: Run database migrations - if: ${{ matrix.os.database == 'true' }} + if: ${{ matrix.os.database }} run: mysql -B -u lighthouse -p lighthouse lighthouse < <(cat DatabaseMigations/*.sql) - name: Test