summaryrefslogtreecommitdiffstats
path: root/.builds/.run-tests.yml
blob: e2885f310e965fff8a05c5e6e55e4d44e57fff74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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