From ecbb0c59e18a1ebfd145fafb092c58b58ebe0f00 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 22:24:42 -0400 Subject: [PATCH] Enable MySQL on Mac and Windows --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ef7a53..5d090a0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: fail-fast: false matrix: os: - - { prettyName: Windows, fullName: windows-latest, database: false } - - { prettyName: macOS, fullName: macos-latest, database: false } + - { prettyName: Windows, fullName: windows-latest, database: true } + - { prettyName: macOS, fullName: macos-latest, database: true } - { prettyName: Linux, fullName: ubuntu-latest, database: true } timeout-minutes: 10 env: