From 9d705c4292d747237a57d39a3dc4959965ec2476 Mon Sep 17 00:00:00 2001 From: mineme0110 Date: Tue, 26 Nov 2024 11:20:51 +0000 Subject: [PATCH] testing to find the issue Signed-off-by: mineme0110 --- .github/workflows/performance-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 30dd26bb9b..a8b5351d6e 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -80,7 +80,7 @@ jobs: DEFAULT_WALLET_AUTH_API_KEY: default API_KEY_AUTO_PROVISIONING: false API_KEY_ENABLED: true - DOCKERHOST: "host.docker.internal" + DOCKERHOST: "cloud-agent" PG_PORT: 5432 NODE_REFRESH_AND_SUBMIT_PERIOD: 1s NODE_MOVE_SCHEDULED_TO_PENDING_PERIOD: 1s @@ -100,7 +100,7 @@ jobs: DEFAULT_WALLET_AUTH_API_KEY: default API_KEY_AUTO_PROVISIONING: false API_KEY_ENABLED: true - DOCKERHOST: "host.docker.internal" + DOCKERHOST: "cloud-agent" PG_PORT: 5433 uses: isbang/compose-action@v1.4.1 with: @@ -117,7 +117,7 @@ jobs: DEFAULT_WALLET_AUTH_API_KEY: default API_KEY_AUTO_PROVISIONING: false API_KEY_ENABLED: true - DOCKERHOST: "host.docker.internal" + DOCKERHOST: "cloud-agent" PG_PORT: 5434 uses: isbang/compose-action@v1.4.1 with: