Skip to content

Commit

Permalink
fixing test env path
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimkhan30 committed Aug 6, 2024
1 parent 017cac7 commit a8ff213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: ./azure-pipelines/createBuildDirectories.sh

- name: Building Test Environment
run: dotnet build '**/Microsoft.SqlTools.ServiceLayer.TestEnvConfig.csproj'
run: dotnet build './test/Microsoft.SqlTools.ServiceLayer.TestEnvConfig/Microsoft.SqlTools.ServiceLayer.TestEnvConfig.csproj'

- name: Writing test environment config file
run: |
Expand Down

0 comments on commit a8ff213

Please sign in to comment.