Skip to content

Fix incorrect test project path in release workflow#44

Merged
Chris-Wolfgang merged 2 commits intodevelopfrom
copilot/sub-pr-41-another-one
Dec 27, 2025
Merged

Fix incorrect test project path in release workflow#44
Chris-Wolfgang merged 2 commits intodevelopfrom
copilot/sub-pr-41-another-one

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 27, 2025

Description

Corrects test project path in .github/workflows/release.yaml that would cause build and test steps to fail with "project file does not exist" error.

Changed paths (3 occurrences):

  • From: tests/Wolfgang.Etl.Abstractions.Tests/Wolfgang.Etl.Abstractions.Tests.Unit.csproj
  • To: tests/Wolfgang.Etl.Abstractions.Tests.Unit/Wolfgang.Etl.Abstractions.Tests.Unit.csproj

Affected steps:

  • Line 52: Build test project (Linux/macOS)
  • Line 73: Run tests (Linux/macOS)
  • Line 85: Run tests (Windows)

Type of change

  • Bug fix

How Has This Been Tested?

  • Code review validation
  • Verified correct path exists in repository structure

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

Additional context

Addresses feedback from PR #41: #41 (comment)

This stacked PR targets the copilot/pr-41 branch to fix the path before merging into main.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on CI/CD updates for .NET 10 Fix incorrect test project path in release workflow Dec 27, 2025
Copilot AI requested a review from Chris-Wolfgang December 27, 2025 18:04
@Chris-Wolfgang Chris-Wolfgang marked this pull request as ready for review December 27, 2025 21:27
@Chris-Wolfgang Chris-Wolfgang merged commit 1791b19 into develop Dec 27, 2025
@Chris-Wolfgang Chris-Wolfgang deleted the copilot/sub-pr-41-another-one branch December 27, 2025 21:28
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.

2 participants