Skip to content

Commit

Permalink
chore(ci): Fix missing option to workflow (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru authored Feb 14, 2025
1 parent 652266f commit 52782b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/start-up-with-containers/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ runs:
working-directory: otdf-test-platform
- name: Enable ECC wrapping for TDFs
shell: bash
if: ${{ inputs.ec-tdf-enabled }}
run: |
yq e '.services.kas.ec_tdf_enabled = true' -i opentdf.yaml
Expand Down

0 comments on commit 52782b3

Please sign in to comment.