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

Update README.md

Update README.md #190

Workflow file for this run

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: Set up unit tests
run: helm plugin install https://github.com/quintush/helm-unittest
- name: Run unit tests for tyk-headless
run: helm unittest ./tyk-headless