From f495236551a8b5eab81778069936305a38859566 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 9 Apr 2021 20:49:58 +0200 Subject: Remove github actions --- .github/workflows/run-tests.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/run-tests.yml (limited to '.github') 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 -- cgit v1.3