Skip to content

chore(deps): update odh-data-science-pipelines-argo-argoexec-v2-16 to a0a6bc0 #180

chore(deps): update odh-data-science-pipelines-argo-argoexec-v2-16 to a0a6bc0

chore(deps): update odh-data-science-pipelines-argo-argoexec-v2-16 to a0a6bc0 #180

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