diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bebb745..b7df5f6 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,13 +22,10 @@ jobs: dotnet-version: 8.0.x - name: Restore dependencies - working-directory: "./Source" run: dotnet restore - name: Build - working-directory: "./Source" run: dotnet build --no-restore - name: Test - working-directory: "./Source" run: dotnet test --no-build --verbosity normal