Reusable Workflow for e2e #2
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
name: Reusable Workflow for e2e | |
on: | |
workflow_dispatch | |
env: | |
A: 1 | |
jobs: | |
create-cluster: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create k8s Kind Cluster | |
uses: helm/[email protected] | |
- name: cluster health check | |
run: | | |
kubectl get nodes | |