Skip to content

Update odh-data-science-pipelines-operator-controller-v2-16-pull-requ… #30

Update odh-data-science-pipelines-operator-controller-v2-16-pull-requ…

Update odh-data-science-pipelines-operator-controller-v2-16-pull-requ… #30

Workflow file for this run

name: Unit Tests
on:
pull_request:
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Run Unit Tests
run: make unittest