Skip to content

Commit

Permalink
attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Aug 20, 2024
1 parent 531a2df commit a8f3466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --config ct.yaml)
changed=$(ct list-changed --config ct.yaml --helm-extra-set-args '--set=otelCollectorEndpoint=testingapp.signoz.io:4317')
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
Expand All @@ -43,5 +43,5 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --config ct.yaml
run: ct install --config ct.yaml --helm-extra-set-args '--set=otelCollectorEndpoint=testingapp.signoz.io:4317'
if: steps.list-changed.outputs.changed == 'true'

0 comments on commit a8f3466

Please sign in to comment.