Skip to content

chore: Update Go module paths from kubeflow/kubeflow to kubeflow/notebooks #45

chore: Update Go module paths from kubeflow/kubeflow to kubeflow/notebooks

chore: Update Go module paths from kubeflow/kubeflow to kubeflow/notebooks #45

name: Run Notebook Controller unit tests
on:
pull_request:
paths:
- components/notebook-controller/**
- releasing/version/VERSION
branches:
- main
- notebooks-v1
- v*-branch
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.17"
check-latest: true
- name: Run unit tests
run: |
cd components/notebook-controller
make test