Skip to content

Commit 94b0b5e

Browse files
ANcpLuaclaude
andcommitted
Fix CI workflow: use .sln instead of .slnx
Corrects the test command to use the correct solution file extension, ensuring tests run properly on all target frameworks (.NET 8, 9, 10). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 70ca582 commit 94b0b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Run tests with coverage
3434
run: |
35-
dotnet test SWEN3.Paperless.RabbitMq.slnx --no-build --configuration Release \
35+
dotnet test SWEN3.Paperless.RabbitMq.sln --no-build --configuration Release \
3636
--collect:"XPlat Code Coverage" \
3737
--logger:"console;verbosity=detailed"
3838

0 commit comments

Comments
 (0)