From 41fed06814975b79629721ff00a9d01b7d9227f0 Mon Sep 17 00:00:00 2001 From: "release-github-action[bot]" <154503118+release-github-action[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:56:21 +0200 Subject: [PATCH] Update github-actions to 4.16.2 (#177) * Handle capital T in tests folder --- run_test_script/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_test_script/action.yaml b/run_test_script/action.yaml index 50ac0387..4e727eb2 100644 --- a/run_test_script/action.yaml +++ b/run_test_script/action.yaml @@ -97,6 +97,7 @@ runs: exit 1 fi fi + echo -e "\033[0;35m### Using ${TESTDIR}/Output to generate the artifact ###\033[0m" mkdir -p "source/${{ inputs.path }}/${TESTDIR}/Output" "source/${{ inputs.path }}/${TESTDIR}/Reports" SCRIPT=$(echo '${{ inputs.script }}'|sed -e "s|^~/|${TESTDIR}/Scripts/|") if [ ! -f "source/${{ inputs.path }}/${SCRIPT}" ]; then @@ -161,3 +162,4 @@ runs: name: ${{ inputs.output_artifact }} path: | source/${{ inputs.path }}/tests/Output/* + source/${{ inputs.path }}/Tests/Output/*