aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/run-tests.yml
diff options
context:
space:
mode:
authorIvar Løvlie <38570165+ivarlovlie@users.noreply.github.com>2021-04-02 22:53:16 +0200
committerGitHub <noreply@github.com>2021-04-02 22:53:16 +0200
commit8267c620f94070f042e54784f78159c173aa8dda (patch)
tree9ec43faa0fe6674ee209244b419aef9d4b501154 /.github/workflows/run-tests.yml
parent414aab49589b9570278777f7c0caca981d1d8787 (diff)
downloaddotnet-vipps-ecommerce-8267c620f94070f042e54784f78159c173aa8dda.tar.xz
dotnet-vipps-ecommerce-8267c620f94070f042e54784f78159c173aa8dda.zip
Update run-tests.yml
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