Skip to content

Commit

Permalink
test: Disable test logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 4, 2024
1 parent 39fe605 commit 3c1419b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SINGER_SDK_LOG_CONFIG: ./target_snowflake_logging.yaml
# SINGER_SDK_LOG_CONFIG: ./target_snowflake_logging.yaml
TARGET_SNOWFLAKE_USER: ${{secrets.TARGET_SNOWFLAKE_USER}}
TARGET_SNOWFLAKE_PASSWORD: ${{secrets.TARGET_SNOWFLAKE_PASSWORD}}
TARGET_SNOWFLAKE_ACCOUNT: ${{secrets.TARGET_SNOWFLAKE_ACCOUNT}}
Expand Down

0 comments on commit 3c1419b

Please sign in to comment.