Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 9ba1ed8

Browse files
committed
hotfix integration tests failure caused by loki issue
1 parent 61f5878 commit 9ba1ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ jobs:
585585
test_config_chainlink_version: ${{ inputs.evm-ref || github.sha }}
586586
test_config_selected_networks: ${{ env.SELECTED_NETWORKS }}
587587
test_config_logging_run_id: ${{ github.run_id }}
588-
test_config_logstream_log_targets: ${{ vars.LOGSTREAM_LOG_TARGETS }}
588+
test_config_logstream_log_targets: "file"
589589
test_config_test_log_collect: ${{ vars.TEST_LOG_COLLECT }}
590590
cl_repo: ${{ env.CHAINLINK_IMAGE }}
591591
cl_image_tag: ${{ inputs.evm-ref || github.sha }}${{ matrix.product.tag_suffix }}

0 commit comments

Comments
 (0)