Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Execute Helm unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
kbence committed Mar 24, 2022
1 parent 1b8d4d7 commit 8911303
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,32 @@ steps:
commands:
- make build-all

---
kind: pipeline
type: kubernetes
name: helm-unittests

trigger:
branch:
- master
- branch/*
event:
include:
- push
repo:
include:
- gravitational/*

workspace:
path: /tmp/teleport-plugins/helm-unittests

steps:
- name: Run unittests
image: alpine/helm
commands:
- helm plugin install https://github.com/vbehar/helm3-unittest
- helm unittest ./charts/access/email

---
kind: pipeline
type: kubernetes
Expand Down Expand Up @@ -509,6 +535,6 @@ steps:

---
kind: signature
hmac: 7381b82e23954f22b26d90324d9219d7b1f2c0d81a4b9e2b27f868674beec197
hmac: dafd17a465c5783d2fe560cd668b4dd6d2c7193a6046cc6acc8a8cc5a53fe17c

...

0 comments on commit 8911303

Please sign in to comment.