mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Fix Start MySQL not checking matrix.os.database
This commit is contained in:
parent
ecbb0c59e1
commit
1a69ea9610
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -46,6 +46,7 @@ jobs:
|
|||
run: dotnet build -c Debug
|
||||
|
||||
- name: Start MySQL
|
||||
if: ${{ matrix.os.database }}
|
||||
uses: shogo82148/actions-setup-mysql@v1
|
||||
with:
|
||||
mysql-version: '8.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue