From 1876ac573a428c830e2a5ad2c13f80dff6658841 Mon Sep 17 00:00:00 2001 From: Aasim Khan Date: Mon, 5 Aug 2024 17:15:40 -0700 Subject: [PATCH] removing unused step --- .github/workflows/integration-test.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 93ab009428..2a4ebbfb60 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -78,11 +78,4 @@ jobs: run: dotnet build '**/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj' - name: Running Integration Tests - run: dotnet test '**/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj' --no-build - - - cat << 'EOF' > myfile.txt - This is line 1 - This is line 2 - This is line 3 - EOF \ No newline at end of file + run: dotnet test '**/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj' --no-build \ No newline at end of file