From 8b1b7208fcee68f7804a890176fef4814220d863 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Thu, 26 Mar 2026 17:07:27 +0100 Subject: [PATCH] chore: modify test action [skip ci] --- .github/actions/acc_test/action.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/actions/acc_test/action.yaml b/.github/actions/acc_test/action.yaml index 6cf2419b..13674a9a 100644 --- a/.github/actions/acc_test/action.yaml +++ b/.github/actions/acc_test/action.yaml @@ -246,9 +246,19 @@ runs: TF_ACC_KEK_KEY_VERSION: ${{ inputs.tf_acc_kek_key_version }} 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 if: always() uses: actions/upload-artifact@v3 with: name: acc_test.log path: "stackit/acc_test_run.log" + + - name: Artifact upload finish + shell: bash + run: | + echo "::endgroup::"