Skip to content

Commit

Permalink
clean up regtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 8, 2024
1 parent dd3434d commit fd094d9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit fd094d9

Please sign in to comment.