Skip to content

Commit 5f01b0c

Browse files
committed
disable fail fast
1 parent b5ac6c1 commit 5f01b0c

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)