Skip to content

Commit 73e5eea

Browse files
committed
👷: disable fail fast setting
1 parent ca11901 commit 73e5eea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
integration-tests-sql-server:
1616
name: Regular
1717
strategy:
18-
fail-fast: false
1918
matrix:
2019
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2120
msodbc_version: ["17", "18"]
@@ -35,7 +34,7 @@ jobs:
3534
DBT_TEST_USER_3: DBT_TEST_USER_3
3635
COLLATION: ${{ matrix.collation }}
3736
steps:
38-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3938

4039
- name: Install dependencies
4140
run: pip install -r dev_requirements.txt

0 commit comments

Comments
 (0)