Skip to content

Commit

Permalink
fail fast!
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed May 2, 2024
1 parent 2a9a184 commit e507e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
DBT_TEST_AAD_PRINCIPAL_1: DBT_TEST_AAD_PRINCIPAL_1
DBT_TEST_AAD_PRINCIPAL_2: DBT_TEST_AAD_PRINCIPAL_2
SYNAPSE_TEST_DRIVER: 'ODBC Driver ${{ matrix.msodbc_version }} for SQL Server'
run: pytest -ra -v tests/functional --profile "ci_azure_auto"
run: pytest -r a -v -x tests/functional --profile "ci_azure_auto"

0 comments on commit e507e30

Please sign in to comment.