Skip to content

gatewayapi v1beta1

gatewayapi v1beta1 #63

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
steps:
- name: Set up Go 1.20.x
uses: actions/setup-go@v4
with:
go-version: 1.20.x
id: go
- name: Check out code
uses: actions/checkout@v3
- name: Create k8s Kind Cluster
uses: helm/[email protected]
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