From 9940156fea2e4220681df126f3272ed069b86940 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 28 Aug 2019 09:55:28 +0100 Subject: [PATCH] Update aspnetcore.yml --- .github/workflows/aspnetcore.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 0d762e2cd..e562216cc 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -15,10 +15,4 @@ jobs: dotnet-version: 2.2.108 - name: Build Backend - run: dotnet build src/Ombi.sln --configuration Release - - - name: Install Yarn - uses: nuxt/actions-yarn@master - - - name: Build Frontend - run: yarn --cdw src/Ombi/ build + run: ./build.sh --settings_skipverification=true