Skip to content

Commit

Permalink
ci: bug in azure func cli - set executable bit
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 21, 2024
1 parent d3d5033 commit ffe7ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ProviderPactVerify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
sudo apt-get install azure-functions-core-tools-4
- run: |
cd provider_azure_function
chmod +x /usr/lib/azure-functions-core-tools-4/in-proc6/func
func start --csharp
- run: |
cd ${{ env.application_folder_provider_tests }}
Expand Down

0 comments on commit ffe7ac9

Please sign in to comment.