Simplify publish-report action by removing unnecessary variable assignment in JUnit file processing.
This commit is contained in:
@@ -16,7 +16,6 @@ runs:
|
||||
for f in **/target/*-reports/TEST-*.xml; do
|
||||
base="$(basename "$f")"
|
||||
short="${base#TEST-}"
|
||||
short="${short%.xml}"
|
||||
cp "$f" "junit-short/${short}"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user