From e75b916810f54f40c0e328f7d38b9ec9be520f9e Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Fri, 18 Aug 2023 22:08:10 -0700 Subject: [PATCH] Added prerequisites to testing workflow --- .github/workflows/azure-ipam-testing.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/azure-ipam-testing.yml b/.github/workflows/azure-ipam-testing.yml index b4936ff..1520d09 100644 --- a/.github/workflows/azure-ipam-testing.yml +++ b/.github/workflows/azure-ipam-testing.yml @@ -32,12 +32,11 @@ jobs: - name: Checkout Azure IPAM Code uses: actions/checkout@v3 - - name: List files in the repository + - name: Install Deployment Prerequisites + shell: pwsh run: | - ls ${{ github.workspace }} - - - run: echo "UI-ID -> $IPAM_UI_ID" - - run: echo "ENGINE-ID -> $IPAM_ENGINE_ID" + Set-PSRepository PSGallery -InstallationPolicy Trusted + Install-Module Az, Microsoft.Graph - name: Deploy Azure IPAM working-directory: "deploy"