Skip to content

[DRAFT] [RHOAIENG-19278] Custom namespace field for workbenches #4444

[DRAFT] [RHOAIENG-19278] Custom namespace field for workbenches

[DRAFT] [RHOAIENG-19278] Custom namespace field for workbenches #4444

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- rhoai
- incubation
- main
- master
pull_request:
jobs:
unit-test:
name: Run tests and collect coverage
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run Unit Tests
run: make unit-test
- name: Upload results to Codecov
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}