Skip to content

Commit

Permalink
dev: Login to Azure
Browse files Browse the repository at this point in the history
For integration testing.
  • Loading branch information
clemlesne committed Oct 27, 2024
1 parent 78e1daa commit cc81922
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ jobs:
cache: pip
python-version: "3.12"

- name: Login to Azure
uses: Azure/[email protected]
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

- name: Cache pytest
uses: actions/[email protected]
with:
Expand Down

0 comments on commit cc81922

Please sign in to comment.