Skip to content

Commit

Permalink
Fix mint port
Browse files Browse the repository at this point in the history
  • Loading branch information
sihamon committed Nov 12, 2023
1 parent 6a21e8e commit 4b9b76e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/separate_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
WALLET_NAME: test_wallet
MINT_HOST: localhost
MINT_PORT: 3337
MINT_LISTEN_HOST: localhost
MINT_LISTEN_PORT: 3337
MINT_DATABASE: "data/mint"
MINT_PRIVATE_KEY: "TEST_PRIVATE_KEY"
TOR: false
Expand All @@ -63,6 +65,8 @@ jobs:
WALLET_NAME: test_wallet
MINT_HOST: localhost
MINT_PORT: 3337
MINT_LISTEN_HOST: localhost
MINT_LISTEN_PORT: 3337
MINT_DATABASE: "data/mint"
MINT_PRIVATE_KEY: "TEST_PRIVATE_KEY"
TOR: false
Expand Down

0 comments on commit 4b9b76e

Please sign in to comment.