Skip to content

Commit d121881

Browse files
committed
wrong conjunction!
1 parent 01f5a16 commit d121881

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 && true
30+
dbsqlcli || true
3131
3232
#----------------------------------------------
3333
# ----- install & configure poetry -----

0 commit comments

Comments
 (0)