From 0badb11f9781ad41281215ebcdca75b2c3e4dafc Mon Sep 17 00:00:00 2001 From: Mircea-Tiberiu Matei Date: Thu, 8 Sep 2022 16:57:57 +0300 Subject: [PATCH] #7. Trying --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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