Skip to content

Commit

Permalink
cicd: Generating report #TASK-6521
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jul 15, 2024
1 parent ba6e80b commit 1b65eb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/scripts/generate_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$(<index.template)
menu_entries=""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public void testTimeOut() throws Exception {
boolean exit = false;
while (!exit) {
try {
System.err.println("Sleep! No ok!");
// System.err.println("Sleep! No ok!");
Thread.sleep(2000L);
exit = true;
} catch (InterruptedException ee) {
Expand Down

0 comments on commit 1b65eb6

Please sign in to comment.