Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed May 22, 2024
1 parent 330ecea commit fc9ef81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

- name: Deploy
run: |
Import-Module Az.Storage
Install-Module -Name Az -Repository PSGallery -Scope CurrentUser -Force -AllowClobber
Connect-AzAccount -Identity
Write-Host "Upload to storage (preview)"
$storageContext = New-AzStorageContext -UseConnectedAccount -StorageAccountName 'bccontainerhelper'
Expand Down

0 comments on commit fc9ef81

Please sign in to comment.