Files
dsk-devops-toolchains/exemONE/helm/gitlab-runner/DEVELOPMENT.md
jungsungrock d85f51e018 [add] gitlab-runner helm chart
contents:
- gitlab-runner helm chart 추가
2024-02-07 10:02:16 +09:00

12 lines
215 B
Markdown

# Developement
## Running tests
1. install helm unittest plugin:
```bash
helm plugin install https://github.com/helm-unittest/helm-unittest.git
```
2. run tests:
```bash
helm unittest .
```