Skip to content

Integrate with huh for better interface #72

Integrate with huh for better interface

Integrate with huh for better interface #72

Workflow file for this run

---
name: ci
on:
pull_request:
jobs:
ci_job:
name: test
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create kind cluster
uses: helm/kind-action@v1
with:
cluster_name: kvs-test
install_only: true
- name: Prepare env
run: make bootstrap
- name: Test
run: make test