From 3b6c77f8214d6954a7e4f9b27e7bff6a7c4818bc Mon Sep 17 00:00:00 2001 From: Dominic Pelini Date: Thu, 21 Nov 2024 08:06:50 -0700 Subject: [PATCH] Update action.yml --- .github/actions/run-ee-server-for-ext-container/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/run-ee-server-for-ext-container/action.yml b/.github/actions/run-ee-server-for-ext-container/action.yml index 3aa0e4f6..3cda3248 100644 --- a/.github/actions/run-ee-server-for-ext-container/action.yml +++ b/.github/actions/run-ee-server-for-ext-container/action.yml @@ -31,6 +31,11 @@ runs: run: echo server-ip=$(docker container inspect -f '{{ .NetworkSettings.IPAddress }}' aerospike) >> $GITHUB_OUTPUT shell: bash + name: Get IP address of Docker container hosting server + run: echo $GITHUB_OUTPUT + shell: bash + + - name: Configure tests to connect to that Docker container run: | pipx install crudini --pip-args "-c ${{ github.workspace }}/.github/workflows/requirements.txt";