Skip to content

Commit

Permalink
ci: test in kind cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterd51 committed Jan 29, 2024
1 parent 3ff0cea commit 7cb709c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test_in_kind.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Python test in kind cluster

on: pull_request

jobs:
sentinel-cluster:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.12.3
- name: Set up Python '3.12'
uses: actions/[email protected]
with:
python-version: '3.12'
- name: Create k8s Kind Cluster
uses: helm/[email protected]
- name: Install Charts (in normal mode)
run: |
bash tests/test_in_kind_with_sentinel.sh
kind delete cluster

0 comments on commit 7cb709c

Please sign in to comment.