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