From eca4ed3a843cc8ead179581bae2d582e37b1470f Mon Sep 17 00:00:00 2001 From: Jade Welton Date: Tue, 7 Jul 2026 08:34:06 -0700 Subject: [PATCH] Add test step for Az login --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a241faee..e0a41da7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,6 +171,18 @@ jobs: shardTotal: [20] steps: - uses: actions/checkout@v4 + - name: "Az CLI test" + uses: Azure/login@v2 + with: + client-id: ${{ secrets.E2ETESTS_CLIENT_ID }} + tenant-id: ${{ secrets.E2ETESTS_TENANT_ID }} + subscription-id: ${{ secrets.E2ETESTS_SUBSCRIPTION_ID }} + - name: Azure CLI script + uses: azure/cli@v2 + with: + azcliversion: latest + inlineScript: | + az account show - name: Use Node.js 18.x uses: actions/setup-node@v4 with: