Skip to content

Commit

Permalink
Temp change ci test for a bug in azps
Browse files Browse the repository at this point in the history
  • Loading branch information
MoChilia committed Feb 20, 2024
1 parent aeb0c36 commit 6d731dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-login-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
with:
azPSVersion: "latest"
inlineScript: |
$checkResult = (Get-AzContext -ListAvailable).Count -eq 2
$checkResult = (Get-AzContext).Environment.Name -eq 'AzureCloud'
if(-not $checkResult){
throw "Not all checks passed!"
}
Expand Down

0 comments on commit 6d731dd

Please sign in to comment.