Skip to content

chore(deps): update odh-pipeline-runtime-tensorflow-rocm-py312-v2-25 to 025170c #5449

chore(deps): update odh-pipeline-runtime-tensorflow-rocm-py312-v2-25 to 025170c

chore(deps): update odh-pipeline-runtime-tensorflow-rocm-py312-v2-25 to 025170c #5449

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 }}