From cc8192210caa26f62581cff9ed5df360f074f87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Sun, 27 Oct 2024 11:29:01 +0100 Subject: [PATCH] dev: Login to Azure For integration testing. --- .github/workflows/pipeline.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 73ad053..dc6845e 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -63,6 +63,13 @@ jobs: cache: pip python-version: "3.12" + - name: Login to Azure + uses: Azure/login@v2.2.0 + with: + client-id: ${{ secrets.AZURE_CLIENT_ID }} + subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} + tenant-id: ${{ secrets.AZURE_TENANT_ID }} + - name: Cache pytest uses: actions/cache@v4.0.2 with: