From a3d3f2a2ef913fc34a0489a54c4c92c7c5853491 Mon Sep 17 00:00:00 2001 From: Dave Mihalcik Date: Fri, 14 Feb 2025 15:48:53 -0500 Subject: [PATCH] chore(ci): Fix wrong cwd in start-up-with-containers (#1922) --- test/start-up-with-containers/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/start-up-with-containers/action.yaml b/test/start-up-with-containers/action.yaml index 36dbdb468..5b17c2f99 100644 --- a/test/start-up-with-containers/action.yaml +++ b/test/start-up-with-containers/action.yaml @@ -94,6 +94,7 @@ runs: if: ${{ inputs.ec-tdf-enabled }} run: | yq e '.services.kas.ec_tdf_enabled = true' -i opentdf.yaml + working-directory: otdf-test-platform - name: Trust the generated certs shell: bash run: |