From 93e4f66b447848563b5e4e7279beb318789b2e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kabakc=C4=B1?= Date: Wed, 8 Jan 2025 22:41:51 +0000 Subject: [PATCH] Enhance logging in the tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5cf76e3..68c7fda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,4 +31,4 @@ jobs: SNOWFLAKE_CONNECTIONS_BASE64: ${{ secrets.SNOWFLAKE_CONNECTIONS_BASE64 }} run: | export SNOWFLAKE_CONNECTIONS=$(printf '%s' "$SNOWFLAKE_CONNECTIONS_BASE64" | base64 -d | tr '\r' '\n') - poetry run pytest tests/integration/* \ No newline at end of file + poetry run pytest tests/integration/* --log-cli-level=DEBUG \ No newline at end of file