aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
Diffstat (limited to '.builds')
-rw-r--r--.builds/.run-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml
index 3cbafbc..2ff93d3 100644
--- a/.builds/.run-tests.yml
+++ b/.builds/.run-tests.yml
@@ -15,7 +15,7 @@ tasks:
wget https://dot.net/v1/dotnet-install.sh
chmod +x dotnet-install.sh
bash dotnet-install.sh -c 5.0
- PATH="$PATH:$HOME/.dotnet"
+ export PATH="$PATH:$HOME/.dotnet"
- restore: |
dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- build: |