Skip to content

Commit

Permalink
Override CREDITCOIN_API_URL when testing against a disconnected node
Browse files Browse the repository at this point in the history
we're using `testnet.config.ts` however the connection URL needs to
be ws://127.0.0.1:9944 because this isn't supposed to go outside of the
local machine!
  • Loading branch information
atodorov committed Jan 16, 2024
1 parent 4641614 commit 32e0043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ jobs:
run: |
yarn --cwd ./integration-tests/ test --config testnet.config.ts
env:
CREDITCOIN_API_URL: ws://127.0.0.1:9944
ETHEREUM_NODE_URL: ${{ secrets.TESTNET_ETHEREUM_NODE_URL }}
LENDER_PRIVATE_KEY: ${{ secrets.TESTNET_LENDER_PRIVATE_KEY }}
LENDER_SEED: "${{ secrets.TESTNET_LENDER_SEED }}"
Expand Down

0 comments on commit 32e0043

Please sign in to comment.