Skip to content

Commit

Permalink
set dotnet isolated in local.settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 21, 2024
1 parent 90371c5 commit 662d089
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ProviderPactVerify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- run: |
cd provider_azure_function
sudo chmod +x /usr/lib/azure-functions-core-tools-4/in-proc6/func
echo '{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
},
"ConnectionStrings": {}
}' > local.settings.json
dotnet restore
- run: |
cd ${{ env.application_folder_provider_tests }}
Expand Down

0 comments on commit 662d089

Please sign in to comment.