Skip to content

Commit

Permalink
given no install anymore, test another command (generation) for sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed May 3, 2024
1 parent 923b180 commit 9d3de2b
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
install:
name: Run kuadrantctl install
name: Run kuadrantctl generate
runs-on: ubuntu-latest
env:
KIND_CLUSTER_NAME: kuadrantctl-local
Expand All @@ -22,22 +22,9 @@ jobs:
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
bin/kuadrantctl generate gatewayapi httproute --oas examples/oas3/gateway-api-petstore.yaml

0 comments on commit 9d3de2b

Please sign in to comment.