diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4289b97..cea94b8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,6 +20,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build ../../src/Sample-Batch.sln --configuration Release + run: dotnet build ./src/Sample-Batch.sln --configuration Release - name: Test - run: dotnet test ../../src/Sample-Batch.sln --configuration Release --no-build --verbosity normal + run: dotnet test ./src/Sample-Batch.sln --configuration Release --no-build --verbosity normal