From 0e402c5a1969da8a6cba8c0ebc53f1cc9426ac8b Mon Sep 17 00:00:00 2001 From: Dominic Pelini Date: Wed, 20 Nov 2024 14:24:59 -0700 Subject: [PATCH] pipeline improvmements --- .github/actions/run-ee-server-for-ext-container/action.yml | 2 +- .github/workflows/build-bindings.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 a45412af..3aa0e4f6 100644 --- a/.github/actions/run-ee-server-for-ext-container/action.yml +++ b/.github/actions/run-ee-server-for-ext-container/action.yml @@ -35,5 +35,5 @@ runs: run: | pipx install crudini --pip-args "-c ${{ github.workspace }}/.github/workflows/requirements.txt"; crudini --existing=param --set config.conf enterprise-edition hosts ${{ steps.get-server-ip-address.outputs.server-ip }}:3000; - working-directory: test + working-directory: .github/workflows shell: bash diff --git a/.github/workflows/build-bindings.yml b/.github/workflows/build-bindings.yml index 3ce2695b..ae91cfbd 100644 --- a/.github/workflows/build-bindings.yml +++ b/.github/workflows/build-bindings.yml @@ -343,7 +343,7 @@ jobs: run: | $env:DOCKER_HOST_IP = $env:DOCKER_HOST | foreach {$_.replace("tcp://","")} | foreach {$_.replace(":2375", "")} crudini --set config.conf enterprise-edition hosts ${env:DOCKER_HOST_IP}:3000 - working-directory: test + working-directory: ./github/workflows # FIGURE OUT WHAT SETUP NEEDS TO HAPPEN - run: |