Skip to content

Update e2e.yaml

Update e2e.yaml #1

Workflow file for this run

name: E2E Tests
on:
workflow_dispatch: {}
push: {}
jobs:
test:
runs-on:
- banzai-runner
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Start a Kind cluster
run: |
echo "TODO"