Skip to content

Feat/add deployed by label (#76) #39

Feat/add deployed by label (#76)

Feat/add deployed by label (#76) #39

Workflow file for this run

name: Unit tests
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
unit-tests:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run unit tests
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest.git
helm unittest elvia-deployment