Skip to content

chore(deps): update odh-kuberay-operator-controller-v2-16 to b1f3d43 #563

chore(deps): update odh-kuberay-operator-controller-v2-16 to b1f3d43

chore(deps): update odh-kuberay-operator-controller-v2-16 to b1f3d43 #563

Workflow file for this run

name: Unit Tests
on:
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run Unit Tests
run: make unit-test