Skip to content

New Kapitan Reference setup #43

New Kapitan Reference setup

New Kapitan Reference setup #43

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: azure/setup-kubectl@v3
id: install
- name: Create kind cluster
uses: helm/[email protected]
with:
cluster_name: kind
- name: Check connectivity to the cluster
run: ./compiled/tutorial/scripts/kubectl get pods
- name: Run chart-testing (install)
run: ./compiled/tutorial/scripts/apply