mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 00:18:39 +00:00
Add CI step to create lighthouse database
This commit is contained in:
parent
5a48786ba4
commit
fbeaa303bf
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -51,6 +51,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
mysql-version: '8.0'
|
mysql-version: '8.0'
|
||||||
root-password: ${{ env.DB_PASSWORD }}
|
root-password: ${{ env.DB_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Create Lighthouse Database
|
||||||
|
if: ${{ matrix.os.database }}
|
||||||
|
run: mysql -uroot -p${{ env.DB_PASSWORD }} -h127.0.0.1 -e "CREATE DATABASE lighthouse;";
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue