Skip to content

Commit 841f167

Browse files
committed
check
1 parent 00f285a commit 841f167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name : Main Tests
8484
run: |
8585
source venv/bin/activate
86-
python -m pytest src/databricks_sqlalchemy
86+
pytest src/databricks_sqlalchemy/test_local
8787
# cd src/databricks_sqlalchemy
8888
# python -m pytest test_local --dburi "databricks://token:[email protected]?http_path=/sql/1.0/warehouses/dd43ee29fedd958d&catalog=peco&schema=default"
8989
# DBURI="databricks://token:${DATABRICKS_TOKEN}@${DATABRICKS_SERVER_HOSTNAME}?http_path=${DATABRICKS_HTTP_PATH}&catalog=${DATABRICKS_CATALOG}&schema=${DATABRICKS_SCHEMA}"

0 commit comments

Comments
 (0)