-
Notifications
You must be signed in to change notification settings - Fork 23
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
Showing
2 changed files
with
15 additions
and
15 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 |
---|---|---|
|
@@ -18,6 +18,9 @@ jobs: | |
with: | ||
version: v3.12.3 | ||
|
||
- name: Kubectl tool installer | ||
uses: Azure/setup-kubectl@v3 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
|
@@ -35,20 +38,14 @@ jobs: | |
with: | ||
addons: ingress | ||
|
||
- name: Cache Skaffold layers | ||
uses: actions/cache@v3 | ||
with: | ||
path: ~/.skaffold/ | ||
key: fixed-${{ github.sha }} | ||
- name: add db | ||
run: helm repo add bitnami https://charts.bitnami.com/bitnami | ||
|
||
- name: Run Skaffold and Deploy to Minikube Cluster | ||
uses: hiberbee/[email protected] | ||
with: | ||
command: run | ||
skip-tests: true | ||
- name: install db | ||
run: helm install unguard-mariadb bitnami/mariadb --set primary.persistence.enabled=false --wait --namespace unguard --create-namespace | ||
|
||
- name: Run chart-testing | ||
run: helm test unguard --namespace unguard --timeout 10m0s | ||
- name: install unguard | ||
run: helm install unguard ./chart --wait --namespace unguard --create-namespace | ||
|
||
- name: Print Chart testing logs | ||
run: kubectl logs unguard-frontend-connection -n unguard | ||
- name: Run chart-testing | ||
run: helm test unguard --namespace unguard --timeout 10m0s --logs |
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