summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2021-04-09 21:52:17 +0200
committerivarlovlie <git@ivarlovlie.no>2021-04-09 21:52:17 +0200
commitf132429220afd138e03eb7ad663bed6c6d104a78 (patch)
treebbf5b3ee3400de0c88a74a4a5d6ccd81cab7449f /.github
parent600a406e3df175dc54fa449f1d73f673ffc4cc34 (diff)
parent7e0373f87ef4412708560489e06f734a36923a1b (diff)
downloaddotnet-vipps-ecommerce-f132429220afd138e03eb7ad663bed6c6d104a78.tar.xz
dotnet-vipps-ecommerce-f132429220afd138e03eb7ad663bed6c6d104a78.zip
Merge branch 'migrate-to-srht'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-tests.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
deleted file mode 100644
index d63f071..0000000
--- a/.github/workflows/run-tests.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: .NET
-
-on:
- release:
- types: [created]
- pull_request:
- branches: [ master ]
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- - name: Setup .NET
- uses: actions/setup-dotnet@v1
- with:
- dotnet-version: 5.0.x
- - name: Restore dependencies
- run: dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- - name: Build
- run: dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- - name: Test
- run: dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj