Skip to content

Fix/rhoaieng 59039 rhai e2e #4

Fix/rhoaieng 59039 rhai e2e

Fix/rhoaieng 59039 rhai e2e #4

Workflow file for this run

name: Unit and Integration Test - Helm
on:
- pull_request
- push
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run Helm Unit Tests
run: make helm-unittest