Fix Start MySQL not checking matrix.os.database

This commit is contained in:
jvyden 2021-10-16 22:25:09 -04:00
commit 1a69ea9610
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -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'