Skip to content

chore(deps): update odh-fms-guardrails-orchestrator-v2-25 to 5196dd4 #4134

chore(deps): update odh-fms-guardrails-orchestrator-v2-25 to 5196dd4

chore(deps): update odh-fms-guardrails-orchestrator-v2-25 to 5196dd4 #4134

Workflow file for this run

name: Unit Tests2
on:
push:
branches:
- rhoai
- incubation
- main
pull_request:
jobs:
unit-test:
name: Run tests and collect coverage on internal and pkg
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
env:
TEST_SRC: ./internal/... ./pkg/...
run: make unit-test
- name: Upload results to Codecov
uses: codecov/codecov-action@v5.4.3
with:
token: ${{ secrets.CODECOV_TOKEN }}