From 11520cb95522962681eeb6eec85453ea6c920cfc Mon Sep 17 00:00:00 2001 From: rguptar <69279773+rguptar@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:27:02 -0800 Subject: [PATCH] [fix] scenario testing by installing make Multiple packages were removed as part of this breaking change. https://github.com/Azure/azure-cli/pull/27567 --- .github/workflows/scenario-testing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scenario-testing.yaml b/.github/workflows/scenario-testing.yaml index 75da9616..fc4828c9 100644 --- a/.github/workflows/scenario-testing.yaml +++ b/.github/workflows/scenario-testing.yaml @@ -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'