diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76e1936cd..52c63c3cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: strategy: fail-fast: false matrix: - shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] + shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] shardTotal: [12] steps: - uses: actions/checkout@v4 @@ -175,7 +175,7 @@ jobs: - run: npm ci - run: npx playwright install --with-deps - name: "Az CLI login" - uses: azure/login@v1 + uses: Azure/login@v2 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}