aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/.run-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/.run-tests.yml')
-rw-r--r--.builds/.run-tests.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml
index a48f5bb..c043173 100644
--- a/.builds/.run-tests.yml
+++ b/.builds/.run-tests.yml
@@ -17,11 +17,12 @@ tasks:
bash dotnet-install.sh -c 5.0
- display-dotnet-info: |
$HOME/.dotnet/dotnet --info
- - navigate-to-repo: |
- cd $HOME/IOL.VippsEcommerce
- restore: |
+ cd $HOME/IOL.VippsEcommerce
$HOME/.dotnet/dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- build: |
+ cd $HOME/IOL.VippsEcommerce
$HOME/.dotnet/dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- test: |
+ cd $HOME/IOL.VippsEcommerce
$HOME/.dotnet/dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj