Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M3GH4NN authored Jan 11, 2024
1 parent 2ecfdbc commit 0a74c99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ jobs:
#AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
#AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
#AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}

check-az-cli:
runs-on: ubuntu-latest
steps:
- name: Check if Azure CLI is installed
run: |
if ! command -v az &> /dev/null; then
echo "Azure CLI is not installed."
exit 1
fi
az --version
azure-login:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0a74c99

Please sign in to comment.