-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
given no install anymore, test another command (generation) for sanity
- Loading branch information
1 parent
923b180
commit 9d3de2b
Showing
1 changed file
with
2 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |