diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:31:28 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:31:28 +0200 |
| commit | 140be24e113908643e0f75ba2d22100b8611757b (patch) | |
| tree | c9fb27ef7ecd46ef281f1cae38f043f2fd39d09e | |
| parent | 4b1e753f20fe1bcf4f7c8499155ceb56a227f80a (diff) | |
| download | dotnet-vipps-ecommerce-140be24e113908643e0f75ba2d22100b8611757b.tar.xz dotnet-vipps-ecommerce-140be24e113908643e0f75ba2d22100b8611757b.zip | |
Set PATH in yml
| -rw-r--r-- | .builds/.run-tests.yml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml index b1f5ab2..a433dc2 100644 --- a/.builds/.run-tests.yml +++ b/.builds/.run-tests.yml @@ -10,16 +10,20 @@ 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/dotnet --info + dotnet --info + - navigate-to-repo: | + cd $HOME/IOL.VippsEcommerce - restore: | - ./.dotnet/dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj + dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - build: | - ./.dotnet/dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj + dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - test: | - ./.dotnet/dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj + dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj |
