-
Notifications
You must be signed in to change notification settings - Fork 1
42 lines (39 loc) · 882 Bytes
/
ci.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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