From 674918c94c0761ae56025294b1d9e94affcc273c Mon Sep 17 00:00:00 2001 From: rianhughes Date: Fri, 6 Oct 2023 17:32:11 +0300 Subject: [PATCH] update github workflow test --- .github/workflows/test_account.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_account.yml b/.github/workflows/test_account.yml index 62b3f9e2..a5b07f63 100644 --- a/.github/workflows/test_account.yml +++ b/.github/workflows/test_account.yml @@ -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