We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbd0df commit 5df33eeCopy full SHA for 5df33ee
1 file changed
.github/actions/test-report/action.yml
@@ -22,9 +22,6 @@ runs:
22
echo "## 🧪 Copilot Java SDK :: Test Results" >> $GITHUB_STEP_SUMMARY
23
echo "" >> $GITHUB_STEP_SUMMARY
24
25
- REPORT_DIR=$(dirname "${{ inputs.report-path }}")
26
- REPORT_PATTERN=$(basename "${{ inputs.report-path }}")
27
-
28
if ls ${{ inputs.report-path }} 1>/dev/null 2>&1; then
29
TESTS_RUN=$(grep -h "tests=" ${{ inputs.report-path }} 2>/dev/null | sed 's/.*tests="\([0-9]*\)".*/\1/' | awk '{s+=$1} END {print s}')
30
FAILURES=$(grep -h "failures=" ${{ inputs.report-path }} 2>/dev/null | sed 's/.*failures="\([0-9]*\)".*/\1/' | awk '{s+=$1} END {print s}')
0 commit comments