Skip to content

Feature: Add Istio Ambient Mode Support via Overlay Method #2895

Feature: Add Istio Ambient Mode Support via Overlay Method

Feature: Add Istio Ambient Mode Support via Overlay Method #2895

name: Unit Test
on:
- push
- pull_request
permissions:
contents: read
actions: read
jobs:
build:
name: Test
if: ${{ github.repository == 'kubeflow/manifests' }}
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Install kustomize
run: ./tests/kustomize_install.sh
- name: Unit Test
run: |
kustomize build example