chore: modify test action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-26 17:07:27 +01:00
parent 5e058d79ae
commit 8b1b7208fc

View file

@ -246,9 +246,19 @@ runs:
TF_ACC_KEK_KEY_VERSION: ${{ inputs.tf_acc_kek_key_version }} TF_ACC_KEK_KEY_VERSION: ${{ inputs.tf_acc_kek_key_version }}
TF_ACC_KEK_SERVICE_ACCOUNT: ${{ inputs.tf_acc_kek_service_account }} TF_ACC_KEK_SERVICE_ACCOUNT: ${{ inputs.tf_acc_kek_service_account }}
- name: Artifact upload start
shell: bash
run: |
echo "::group::artifact upload"
- name: Upload test log artifact - name: Upload test log artifact
if: always() if: always()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: acc_test.log name: acc_test.log
path: "stackit/acc_test_run.log" path: "stackit/acc_test_run.log"
- name: Artifact upload finish
shell: bash
run: |
echo "::endgroup::"