diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 21b7b2e..d54a717 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -23,5 +23,5 @@ jobs: dotnet build --configuration Release - name: Run tests run: | - cd CourseApp.Tests/CourseApp.Tests.csproj + cd CourseApp.Tests dotnet test