Skip to content

chore(deps): update odh-trustyai-service-operator-v2-17 to 04620c4 #1421

chore(deps): update odh-trustyai-service-operator-v2-17 to 04620c4

chore(deps): update odh-trustyai-service-operator-v2-17 to 04620c4 #1421

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- rhoai
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/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}