diff options
| -rw-r--r-- | .builds/.run-tests.yml | 12 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 12 insertions, 1 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml new file mode 100644 index 0000000..e2885f3 --- /dev/null +++ b/.builds/.run-tests.yml @@ -0,0 +1,12 @@ +image: alpine/latest +packages: + - dotnet +sources: + - https://git.sr.ht/~ivar/IOL.VippsEcommerce +tasks: + - restore: | + dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj + - build: | + 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 @@ -91,7 +91,6 @@ StyleCopReport.xml *.log *.vspscc *.vssscc -.builds *.pidb *.svclog *.scc |
