diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index df5d6e8..2b0a6e6 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: with: dotnet-version: 8.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore ./src - name: Build run: dotnet build ./src --no-restore - name: Test