Skip to content

Commit

Permalink
Create e2e.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco authored Oct 26, 2023
1 parent ae76583 commit a6f9a4d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit a6f9a4d

Please sign in to comment.