Skip to content

Commit

Permalink
Testing OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Nov 22, 2024
1 parent 99e45af commit e5a6425
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on: # yamllint disable-line rule:truthy
- oidc_connect
jobs:
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
id-token: write
contents: read
integration-tests-azure:
name: Regular
strategy:
Expand Down Expand Up @@ -51,20 +51,3 @@ jobs:
- name: Print Access Token
run: |
echo "Access Token: ${{ env.ACCESS_TOKEN }}"
# - name: Install dependencies
# run: pip install -r dev_requirements.txt

# - name: Run functional tests
# env:
# DBT_AZURESQL_SERVER: ${{ secrets.DBT_AZURESQL_SERVER }}
# DBT_AZURESQL_DB: ${{ secrets.DBT_AZURESQL_DB }}
# AZURE_CLIENT_ID: ${{ secrets.DBT_AZURE_SP_NAME }}
# AZURE_CLIENT_SECRET: ${{ secrets.DBT_AZURE_SP_SECRET }}
# AZURE_TENANT_ID: ${{ secrets.DBT_AZURE_TENANT }}
# FABRIC_TEST_DRIVER: 'ODBC Driver ${{ matrix.msodbc_version }} for SQL Server'
# DBT_TEST_USER_1: dbo
# DBT_TEST_USER_2: dbo
# DBT_TEST_USER_3: dbo
# run: pytest -ra -v tests/functional --profile "${{ matrix.profile }}"

0 comments on commit e5a6425

Please sign in to comment.