From d261523c0596bc56298471c694094ac29030685c Mon Sep 17 00:00:00 2001 From: Colin Dembovsky Date: Thu, 15 Apr 2021 10:13:31 -0500 Subject: [PATCH] Revert --- .github/workflows/basket-api.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/basket-api.yml b/.github/workflows/basket-api.yml index ac75fb723..01c587a99 100644 --- a/.github/workflows/basket-api.yml +++ b/.github/workflows/basket-api.yml @@ -21,7 +21,6 @@ on: env: SERVICE: basket-api IMAGE: basket.api - DOTNET_VERSION: 5.0.x jobs: @@ -47,20 +46,6 @@ jobs: - name: 'Checkout Github Action' uses: actions/checkout@master - - name: Setup dotnet - uses: actions/setup-dotnet@v1 - with: - dotnet-version: ${{ env.DOTNET_VERSION }} - - - name: Build and run unit tests - run: | - dotnet restore "eShopOnContainers-ServicesAndWebApps.sln" - cd /src/Services/Catalog/Catalog.API - dotnet build --no-restore - cd - - cd src/Services/Catalog/Catalog.UnitTests - dotnet test - - name: Enable experimental features for the Docker daemon and CLI run: | echo $'{\n "experimental": true\n}' | sudo tee /etc/docker/daemon.json