From 8267c620f94070f042e54784f78159c173aa8dda Mon Sep 17 00:00:00 2001 From: Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> Date: Fri, 2 Apr 2021 22:53:16 +0200 Subject: Update run-tests.yml --- .github/workflows/run-tests.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 47e0857..5cacf52 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -19,9 +19,11 @@ jobs: dotnet-version: 5.0.x - name: Go to tests folder run: cd src/IOL.VippsEcommerce.Tests + - name: pwd + run: pwd - name: Restore dependencies - run: dotnet restore + run: dotnet restore IOL.VippsEcommerce.Tests.csproj - name: Build - run: dotnet build --no-restore + run: dotnet build --no-restore IOL.VippsEcommerce.Tests.csproj - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test --no-build --verbosity normal IOL.VippsEcommerce.Tests.csproj -- cgit v1.3