Skip to content

fixed bash syntax error #391

fixed bash syntax error

fixed bash syntax error #391

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
helm:
strategy:
matrix:
chart:
- "clickhouse"
- "discourse"
- "tensorflow"
- "wildfly"
- "mssql"
- "oracledbxe"
- "cassandra"
- "squid"
- "apache-mesos"
- "couchbase-community"
- "apache-hadoop"
- "varnish"
- "aerospike"
- "apache-activemq"
- "apache-airflow"
- "presto"
- "influxdb"
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Helm Check
uses: igabaydulin/[email protected]
env:
CHART_LOCATION: ./charts/${{ matrix.chart }}
CHART_VALUES: ./charts/${{ matrix.chart }}/values.yaml