Skip to content

Commit 01f5a16

Browse files
committed
override the return code
1 parent c6a9386 commit 01f5a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlalchemy-dialect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install databricks-sql-cli & initalize dbsqlclirc
2828
run: |
2929
python -m pip install databricks-sql-cli
30-
dbsqlcli
30+
dbsqlcli && true
3131
3232
#----------------------------------------------
3333
# ----- install & configure poetry -----

0 commit comments

Comments
 (0)