diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ca02624..5e8dc500 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,10 @@ jobs: with: mysql-version: '8.0' 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 continue-on-error: true