mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Enable MySQL on Mac and Windows
This commit is contained in:
parent
f8be5f9b9b
commit
ecbb0c59e1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue