mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-03 02:28:39 +00:00
Fix database check again
This commit is contained in:
parent
4813fc5be0
commit
b0d1df506d
1 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -37,11 +37,11 @@ jobs:
|
||||||
run: dotnet build -c Debug
|
run: dotnet build -c Debug
|
||||||
|
|
||||||
- name: Make sure the default MySQL service is stopped
|
- name: Make sure the default MySQL service is stopped
|
||||||
if: ${{ matrix.os.database == 'true' }}
|
if: ${{ matrix.os.database }}
|
||||||
run: sudo service mysql stop
|
run: sudo service mysql stop
|
||||||
|
|
||||||
- name: Set up MySQL
|
- name: Set up MySQL
|
||||||
if: ${{ matrix.os.database == 'true' }}
|
if: ${{ matrix.os.database }}
|
||||||
uses: mirromutth/mysql-action@v1.1
|
uses: mirromutth/mysql-action@v1.1
|
||||||
with:
|
with:
|
||||||
mysql database: 'lighthouse'
|
mysql database: 'lighthouse'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue