aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/run-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/run-tests.yml')
-rw-r--r--.github/workflows/run-tests.yml8
1 files 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