Skip to content

Added watcher

Added watcher #31

Workflow file for this run

name: e2e
on:
push:
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.7.0
with:
install_only: true
- uses: azure/setup-helm@v3
- name: Run e2e
run: |
make deploy_e2e