Skip to content

Commit 1153108

Browse files
committed
Use .slnx explicitly for tests with coverage
1 parent 606df0e commit 1153108

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.sln --no-build --configuration Release \
35+
dotnet test SWEN3.Paperless.RabbitMq.slnx --no-build --configuration Release \
3636
--collect:"XPlat Code Coverage" \
3737
--logger:"console;verbosity=detailed"
3838

0 commit comments

Comments
 (0)