Skip to content

Commit

Permalink
update github workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Oct 6, 2023
1 parent fa4a601 commit 674918c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cd account && go test -timeout 600s -v -env devnet .
env:
TESTNET_ACCOUNT_PRIVATE_KEY: ${{ secrets.TESTNET_ACCOUNT_PRIVATE_KEY }}
INTEGRATION_BASE: "http://localhost:5050"
INTEGRATION_BASE: "http://0.0.0.0:5050"

# Test Account on mock
- name: Test Account with mocks
Expand Down

0 comments on commit 674918c

Please sign in to comment.