Skip to content

[stable/hoppscotch] Update hoppscotch chart to use correct image #1616

[stable/hoppscotch] Update hoppscotch chart to use correct image

[stable/hoppscotch] Update hoppscotch chart to use correct image #1616

Workflow file for this run

name: Chart Testing
on: [pull_request]
jobs:
build:
name: lint, install
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Helm
uses: Azure/[email protected]
with:
version: v3.9.2
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --config ci/ct.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: Run chart-testing (lint)
run: ct lint --validate-maintainers=false --config ci/ct.yaml
- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'
- name: Run chart-testing (install)
run: ct install --config ci/ct.yaml