We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2758002 commit b7e2425Copy full SHA for b7e2425
.github/scripts/extract_and_generate_html.sh
@@ -49,6 +49,7 @@ for run in "${last_runs[@]}"; do
49
# Construct the desired output
50
content+=" <li><h2>Results for <a href='./$run/index.html'>$report_name</a> at $formatted_date</h2></li>"
51
52
+
53
# Copy .html and .log files to the destination directory
54
mkdir -p "${destination_dir}/$run"
55
cp -rf "./loading/target/gatling/$run"/* "${destination_dir}/$run"
0 commit comments