Skip to content

Commit a3d3f2a

Browse files
chore(ci): Fix wrong cwd in start-up-with-containers (#1922)
1 parent 52782b3 commit a3d3f2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/start-up-with-containers/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ runs:
9494
if: ${{ inputs.ec-tdf-enabled }}
9595
run: |
9696
yq e '.services.kas.ec_tdf_enabled = true' -i opentdf.yaml
97+
working-directory: otdf-test-platform
9798
- name: Trust the generated certs
9899
shell: bash
99100
run: |

0 commit comments

Comments
 (0)