-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ff0cea
commit 7cb709c
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |