From 7ad0c8e930ae9927f7c766c94aa9d03dbec90f60 Mon Sep 17 00:00:00 2001 From: Srikanth Chekuri Date: Tue, 20 Aug 2024 15:15:03 +0530 Subject: [PATCH] Update endpoint --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a966ffb..0073577 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,5 +43,5 @@ jobs: if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) - run: ct install --config ct.yaml --helm-extra-set-args '--set=otelCollectorEndpoint=testingapp.signoz.io:4317' + run: ct install --config ct.yaml --helm-extra-set-args '--set=otelCollectorEndpoint=endpoint-that-does-not-exist:4317' if: steps.list-changed.outputs.changed == 'true'