Skip to content

Commit b7e2425

Browse files
committed
fix: wip change html layout
1 parent 2758002 commit b7e2425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/extract_and_generate_html.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ for run in "${last_runs[@]}"; do
4949
# Construct the desired output
5050
content+=" <li><h2>Results for <a href='./$run/index.html'>$report_name</a> at $formatted_date</h2></li>"
5151

52+
5253
# Copy .html and .log files to the destination directory
5354
mkdir -p "${destination_dir}/$run"
5455
cp -rf "./loading/target/gatling/$run"/* "${destination_dir}/$run"

0 commit comments

Comments
 (0)