Skip to content

(WIP) (gha) add fleet test #1

(WIP) (gha) add fleet test

(WIP) (gha) add fleet test #1

Workflow file for this run

---
# yamllint disable rule:quoted-strings
name: fleet test
"on":
- push
jobs:
create-cluster:
runs-on: ubuntu-latest
steps:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1