Skip to content

Commit

Permalink
[fix] scenario testing by installing make
Browse files Browse the repository at this point in the history
Multiple packages were removed as part of this breaking change. Azure/azure-cli#27567
  • Loading branch information
rguptar authored and mbifeld committed Dec 6, 2023
1 parent bb6530f commit fa0234f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scenario-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
if: github.event_name != 'pull_request'
with:
inlineScript: |
apk add --no-cache make
make test-scenarios SUBSCRIPTION=${{ secrets.AZURE_SUBSCRIPTION }}
- name: Display ie.log file
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit fa0234f

Please sign in to comment.