Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
srijan55 committed Oct 2, 2024
1 parent 15b6d1b commit bee73cc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
PCTASKS_COSMOSDB__URL: ${{ secrets.COSMOSDB_URL }}
PCTASKS_COSMOSDB__KEY: ${{ secrets.COSMOSDB_KEY }}
PCTASKS_COSMOSDB__TEST_CONTAINER_SUFFIX: ${{ github.run_id }}
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}
# AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}

jobs:
pr-build-and-test:
Expand All @@ -20,6 +20,13 @@ jobs:
with:
python-version: "3.8"

- name: Log in with Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Install local dependencies
run: ./scripts/install

Expand Down

0 comments on commit bee73cc

Please sign in to comment.