diff --git a/.github/workflows/scripts/generate_report.sh b/.github/workflows/scripts/generate_report.sh index 42b40d71..2cf3a2dc 100644 --- a/.github/workflows/scripts/generate_report.sh +++ b/.github/workflows/scripts/generate_report.sh @@ -24,6 +24,8 @@ find . -type f -path './*/target/site/surefire-report.html' | while read -r repo cp -r "$(dirname "$report_file")"/* "report/$module/" done +cd "$(dirname "$0")" || exit + # Read the template and prepare to replace the placeholder with actual menu entries template=$(