Skip to content

Resource generation - default to yaml, add option for output formats (JSON or YAML) #150

Resource generation - default to yaml, add option for output formats (JSON or YAML)

Resource generation - default to yaml, add option for output formats (JSON or YAML) #150

Workflow file for this run

---
name: Command Testing
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ '*' ]
jobs:
install:
name: Run kuadrantctl install
runs-on: ubuntu-latest
env:
KIND_CLUSTER_NAME: kuadrantctl-local
steps:
- name: Set up Go 1.21.x
uses: actions/setup-go@v4
with:
go-version: 1.21.x
id: go
- name: Check out code
uses: actions/checkout@v3
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.8.0
with:
version: v0.20.0
config: utils/kind-cluster.yaml
cluster_name: ${{ env.KIND_CLUSTER_NAME }}
wait: 120s
- name: Check cluster info
run: |
kubectl cluster-info dump
- name: Run make env-setup
run: |
make env-setup
- name: build
run: |
make install
- name: run command
run: |
bin/kuadrantctl install