Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ jobs:
# failure or over-budget endpoint exits non-zero), skipping the
# JUnit conversion and publish that should decide build outcome.
shell: bash --noprofile --norc -uo pipefail {0}
run: | mkdir -p "$REPORT_DIR"
run: |
mkdir -p "$REPORT_DIR"

echo "Targets:"
echo " api -> $MAPAQ_API_HOST"
Expand Down
Loading