Skip to content

Commit c8ebd5d

Browse files
rguptarmbifeld
authored andcommitted
[fix] scenario testing by installing make
Multiple packages were removed as part of this breaking change. Azure/azure-cli#27567
1 parent 14c2a90 commit c8ebd5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scenario-testing.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
if: github.event_name != 'pull_request'
2929
with:
3030
inlineScript: |
31+
apk add --no-cache make
3132
make test-scenarios SUBSCRIPTION=${{ secrets.AZURE_SUBSCRIPTION }}
3233
- name: Display ie.log file
3334
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)