Skip to content

Enable Model Registry (server + UI) by default in example installation #3219

Enable Model Registry (server + UI) by default in example installation

Enable Model Registry (server + UI) by default in example installation #3219

name: kustomize build example
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