diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index 5c45fd47..b5858482 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -23,20 +23,6 @@ jobs: regtest: runs-on: ${{ inputs.os-version }} timeout-minutes: 10 - # services: - # postgres: - # image: postgres:latest - # env: - # POSTGRES_USER: cashu - # POSTGRES_PASSWORD: cashu - # POSTGRES_DB: cashu - # ports: - # - 5432:5432 - # options: >- - # --health-cmd pg_isready - # --health-interval 10s - # --health-timeout 5s - # --health-retries 5 steps: - name: Start PostgreSQL service if: contains(inputs.mint-database, 'postgres')