Skip to content

Commit

Permalink
chore: make install check fail asap on error
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour committed Oct 11, 2022
1 parent c09cd65 commit d246437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Run chart-testing (install)
id: install
run: |
set -o pipefail;
ct install --namespace=default 2>&1 | tee $RUNNER_TEMP/$GITHUB_RUN_NUMBER.txt
# When https://github.com/helm/chart-testing/issues/212 is fixed, this can be used to set the license key instead of using env from secret
# run: ct install --namespace=default --helm-extra-args="--set license.key=${INFLUXDB_ENTERPRISE_LICENSE_KEY}"
Expand Down

0 comments on commit d246437

Please sign in to comment.