Skip to content

Commit

Permalink
Added prerequisites to testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Aug 19, 2023
1 parent 7be8518 commit e75b916
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e75b916

Please sign in to comment.