Skip to content

Commit

Permalink
ps(script): add
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Feb 29, 2024
1 parent 30c7b76 commit 15c72a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ jobs:
enable-AzPSSession: false
if: ${{ env.operation == 'deploy' }}

- name: Execute PowerShell script
- name: execute-pwsh-script
run: |
chmod +x $GITHUB_WORKSPACE/ps-scripts/demo-powershellScript.ps1
$GITHUB_WORKSPACE/ps-scripts/demo-powershellScript.ps1
shell: pwsh
run: .\\ps-scripts\\demo-powershellScript.ps1

- name: 'Test Deployment'
uses: azure/CLI@v1
Expand Down

0 comments on commit 15c72a7

Please sign in to comment.