Skip to content

Commit

Permalink
removing unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 committed Aug 6, 2024
1 parent e50b14b commit 1876ac5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: dotnet test '**/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj' --no-build

0 comments on commit 1876ac5

Please sign in to comment.