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.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml
index c6888f7..845fe8f 100644
--- a/.builds/.run-tests.yml
+++ b/.builds/.run-tests.yml
@@ -13,7 +13,8 @@ sources:
tasks:
- install-dotnet: |
wget https://dot.net/v1/dotnet-install.sh
- ./dotnet-install.sh -c 5.0
+ chmod +x dotnet-install.sh
+ bash dotnet-install.sh -c 5.0
- restore: |
dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- build: |