From 9ce3b99cd6627a537c2bd717891a01e710b5653a Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Thu, 10 Nov 2022 10:34:08 +0100 Subject: [PATCH] Remove integration tests --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 91baa8429..5ca1f8400 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -77,12 +77,6 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v3 - - name: Integration Tests - shell: bash - run: | - dotnet tool restore - dotnet example --all --skip live --skip livetable --skip prompt --skip screens - - name: Build shell: bash run: |