Skip to content

fix(load-test): repair YAML mangled by squash merge#15

Merged
emmanuelknafo merged 1 commit into
mainfrom
fix/load-test-yaml-merge-artifact
Jun 2, 2026
Merged

fix(load-test): repair YAML mangled by squash merge#15
emmanuelknafo merged 1 commit into
mainfrom
fix/load-test-yaml-merge-artifact

Conversation

@emmanuelknafo

Copy link
Copy Markdown
Contributor

PR #14's squash merge collapsed run: | and the first script line onto a single line in .github/workflows/load-test.yml, producing an invalid block scalar. GitHub flags every push-triggered run as This run likely failed because of a workflow file issue.%0A%0AFix: put run: | on its own line with the script body on the next indented line.%0A%0ATested locally: actionlint / YAML parser now accepts the file.

The PR #14 squash merge collapsed 'run: |' and 'mkdir -p' onto one line,
producing an invalid block scalar that GitHub rejected with
'workflow file issue', causing every push-triggered load-test run to fail.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@emmanuelknafo emmanuelknafo merged commit b02225a into main Jun 2, 2026
9 checks passed
@emmanuelknafo emmanuelknafo deleted the fix/load-test-yaml-merge-artifact branch June 2, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant