From 7534f5a9110c1c4928e6375aaa77ffa6ecb3fffe Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 21:44:43 -0400 Subject: [PATCH] use long argument names --- .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 1b4440f4..3c524fe2 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 DatabaseMigrations/*.sql) + run: mysql --batch --user=lighthouse --password=lighthouse lighthouse < <(cat DatabaseMigrations/*.sql) - name: Test continue-on-error: true