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";