Skip to content

reduced logging and removed nightly build #24

reduced logging and removed nightly build

reduced logging and removed nightly build #24

name: Run Notebook Controller unit tests
# AAW: commented out because it was always failing
# on:
# pull_request:
# paths:
# - components/notebook-controller/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: '1.17'
check-latest: true
- name: Run unit tests
run: |
cd components/notebook-controller
make test