From a6f9a4dd106f5ddcdf276d92d6dd0d76dad056fb Mon Sep 17 00:00:00 2001 From: Jashandeep Sohi <95394050+jashan-lco@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:59:51 -0700 Subject: [PATCH] Create e2e.yaml --- .github/workflows/e2e.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/e2e.yaml diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml new file mode 100644 index 00000000..3444c5af --- /dev/null +++ b/.github/workflows/e2e.yaml @@ -0,0 +1,16 @@ +name: E2E Tests + +on: + workflow_dispatch: {} + +jobs: + test: + runs-on: + - banzai-runner + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Start a Kind cluster + run: | + echo "TODO"