Skip to content

Commit 517d18a

Browse files
committed
remove unused env vars in ci
1 parent d4ff3ac commit 517d18a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/integration-tests-azure.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
DBT_TEST_USER_1: DBT_TEST_USER_1
6969
DBT_TEST_USER_2: DBT_TEST_USER_2
7070
DBT_TEST_USER_3: DBT_TEST_USER_3
71-
DBT_TEST_AAD_PRINCIPAL_1: ${{ secrets.DBT_TEST_AAD_PRINCIPAL_1 }}
72-
DBT_TEST_AAD_PRINCIPAL_2: ${{ secrets.DBT_TEST_AAD_PRINCIPAL_2 }}
7371
SQLSERVER_TEST_DRIVER: 'ODBC Driver ${{ matrix.msodbc_version }} for SQL Server'
7472
run: pytest --ignore=tests/functional/adapter/test_provision_users.py -ra -v tests/functional --profile "${{ matrix.profile }}"
7573

0 commit comments

Comments
 (0)