Skip to content

Copilot/fix gh actions errors#155

Merged
tomblanchard312 merged 3 commits into
mainfrom
copilot/fix-gh-actions-errors
May 20, 2026
Merged

Copilot/fix gh actions errors#155
tomblanchard312 merged 3 commits into
mainfrom
copilot/fix-gh-actions-errors

Conversation

@tomblanchard312
Copy link
Copy Markdown
Owner

Summary

Testing

  • dotnet test
  • Other (please specify)

Checklist

  • Linked an issue or added context for the change
  • Added or updated tests
  • Updated documentation (README/CONTRIBUTING/SECURITY) if needed
  • Ran dotnet format locally
  • Considered security impact and secrets are not checked in
  • CI is expected to pass (build, tests, CodeQL, coverage upload)

Copilot AI and others added 2 commits April 23, 2026 01:47
Agent-Logs-Url: https://github.com/tomblanchard312/AzureBlobStorageAPI/sessions/c2f337ed-e8a5-4a47-8884-d1b23129cd3a

Co-authored-by: tomblanchard312 <123529054+tomblanchard312@users.noreply.github.com>
Agent-Logs-Url: https://github.com/tomblanchard312/AzureBlobStorageAPI/sessions/c2f337ed-e8a5-4a47-8884-d1b23129cd3a

Co-authored-by: tomblanchard312 <123529054+tomblanchard312@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 20, 2026 01:23
@qodo-code-review
Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

Signed-off-by: Tom <123529054+tomblanchard312@users.noreply.github.com>
@tomblanchard312 tomblanchard312 merged commit c1e879c into main May 20, 2026
4 checks passed
@tomblanchard312 tomblanchard312 deleted the copilot/fix-gh-actions-errors branch May 20, 2026 01:24
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the CI workflow to fix GitHub Actions failures by changing the dotnet test integration-test step to use a YAML folded block (>-) instead of relying on a multi-line command with a trailing \, ensuring the command is passed to the runner as intended.

Changes:

  • Rewrites the integration test dotnet test step to a folded multi-line run command.
  • Removes the stray line-continuation backslash that could be interpreted as a literal argument and break the dotnet test invocation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants