summaryrefslogtreecommitdiffstats
path: root/.builds/.run-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/.run-tests.yml')
-rw-r--r--.builds/.run-tests.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml
index a433dc2..cf4c368 100644
--- a/.builds/.run-tests.yml
+++ b/.builds/.run-tests.yml
@@ -10,20 +10,18 @@ packages:
- zlib
sources:
- https://git.sr.ht/~ivar/IOL.VippsEcommerce
-environment:
- PATH: $PATH:$HOME/.dotnet
tasks:
- install-dotnet: |
wget https://dot.net/v1/dotnet-install.sh
chmod +x dotnet-install.sh
bash dotnet-install.sh -c 5.0
- display-dotnet-info: |
- dotnet --info
+ ./$HOME/.dotnet/dotnet --info
- navigate-to-repo: |
cd $HOME/IOL.VippsEcommerce
- restore: |
- dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
+ ./$HOME/.dotnet/dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- build: |
- dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
+ ./$HOME/.dotnet/dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- test: |
- dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
+ ./$HOME/.dotnet/dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj