Skip to content

Commit 3c1419b

Browse files
test: Disable test logging config
1 parent 39fe605 commit 3c1419b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 5
3131
env:
3232
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
33-
SINGER_SDK_LOG_CONFIG: ./target_snowflake_logging.yaml
33+
# SINGER_SDK_LOG_CONFIG: ./target_snowflake_logging.yaml
3434
TARGET_SNOWFLAKE_USER: ${{secrets.TARGET_SNOWFLAKE_USER}}
3535
TARGET_SNOWFLAKE_PASSWORD: ${{secrets.TARGET_SNOWFLAKE_PASSWORD}}
3636
TARGET_SNOWFLAKE_ACCOUNT: ${{secrets.TARGET_SNOWFLAKE_ACCOUNT}}

0 commit comments

Comments
 (0)