mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +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
|
run: dotnet build -c Debug
|
||||||
|
|
||||||
- name: Start MySQL
|
- name: Start MySQL
|
||||||
|
if: ${{ matrix.os.database }}
|
||||||
uses: shogo82148/actions-setup-mysql@v1
|
uses: shogo82148/actions-setup-mysql@v1
|
||||||
with:
|
with:
|
||||||
mysql-version: '8.0'
|
mysql-version: '8.0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue