Skip to content

Commit dad1816

Browse files
authored
Merge pull request #397 from dbt-msft/disable-fail-fast
disable CI fail fast
2 parents 78a661e + 5f01b0c commit dad1816

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
integration-tests-azure:
1616
name: Regular
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2021
profile: ["ci_azure_cli", "ci_azure_auto", "ci_azure_environment", "ci_azure_basic"]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
integration-tests-sql-server:
1616
name: Regular
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2021
msodbc_version: ["17", "18"]

0 commit comments

Comments
 (0)