Skip to content

Commit 59a8951

Browse files
committed
debug logs in unit tests
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 225e667 commit 59a8951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# run test suite
6262
#----------------------------------------------
6363
- name: Run tests
64-
run: poetry run python -m pytest tests/unit -v
64+
run: LOG_LEVEL=DEBUG poetry run python -m pytest tests/unit -v
6565
run-unit-tests-with-arrow:
6666
runs-on: ubuntu-latest
6767
strategy:
@@ -112,7 +112,7 @@ jobs:
112112
# run test suite
113113
#----------------------------------------------
114114
- name: Run tests
115-
run: poetry run python -m pytest tests/unit -v
115+
run: LOG_LEVEL=DEBUG poetry run python -m pytest tests/unit -v
116116
check-linting:
117117
runs-on: ubuntu-latest
118118
strategy:

0 commit comments

Comments
 (0)