Skip to content

Commit

Permalink
Update github-actions to 4.16.2 (#177)
Browse files Browse the repository at this point in the history
* Handle capital T in tests folder
  • Loading branch information
release-github-action[bot] authored Aug 12, 2024
1 parent 0f6d53c commit 41fed06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_test_script/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -161,3 +162,4 @@ runs:
name: ${{ inputs.output_artifact }}
path: |
source/${{ inputs.path }}/tests/Output/*
source/${{ inputs.path }}/Tests/Output/*

0 comments on commit 41fed06

Please sign in to comment.