TT-11901: expose Tyk-Pump health check route #9
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
name: Unit Tests for Charts | |
on: | |
pull_request: {} | |
push: | |
branches: | |
- master | |
jobs: | |
unit-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Update dependencies | |
run: helm dependency update tyk-stack | |
- name: Set up unit tests | |
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git | |
- name: Run unit tests for tyk-stack | |
run: helm unittest ./tyk-stack |