diff options
Diffstat (limited to '.builds/.run-tests.yml')
| -rw-r--r-- | .builds/.run-tests.yml | 12 |
1 files changed, 12 insertions, 0 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 |
