Skip to content

Commit

Permalink
Fix connection error between wallet and mint
Browse files Browse the repository at this point in the history
  • Loading branch information
sihamon committed Nov 13, 2023
1 parent 927771c commit de9857a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/separate_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
MINT_PORT: 3337
MINT_LISTEN_HOST: "127.0.0.1"
MINT_LISTEN_PORT: 3337
MINT_DATABASE: "data/mint"
MINT_DATABASE: data/mint
MINT_PRIVATE_KEY: "TEST_PRIVATE_KEY"
MINT_LIGHTNING_BACKEND: FakeWallet
TOR: false
run: |
poetry run pytest tests --cov-report xml --cov cashu
Expand All @@ -67,8 +68,9 @@ jobs:
MINT_PORT: 3337
MINT_LISTEN_HOST: "127.0.0.1"
MINT_LISTEN_PORT: 3337
MINT_DATABASE: "data/mint"
MINT_DATABASE: data/mint
MINT_PRIVATE_KEY: "TEST_PRIVATE_KEY"
MINT_LIGHTNING_BACKEND: FakeWallet
TOR: false
run: |
cd mint
Expand Down

0 comments on commit de9857a

Please sign in to comment.