Skip to content

Commit 595e2f9

Browse files
authored
Fix path for test project in CI workflow
1 parent 0f35645 commit 595e2f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master-build-daily-projectstructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Build
1717
run: dotnet build --no-restore --configuration Release
1818
- name: Run Tests
19-
run: dotnet test Nhl.Api.Tests/Nhl.Api.Tests.csproj --no-build --filter "FullyQualifiedName~Nhl.Api.Tests.ProjectStructureTests"
19+
run: dotnet test ./Nhl.Api.Tests/Nhl.Api.Tests.csproj --filter "FullyQualifiedName~Nhl.Api.Tests.ProjectStructureTests"

0 commit comments

Comments
 (0)