Skip to content

fix(deps): Bump ubi9/ubi-minimal from 9.4-949 to 9.4-949.1714662671 in /scheduler #1272

fix(deps): Bump ubi9/ubi-minimal from 9.4-949 to 9.4-949.1714662671 in /scheduler

fix(deps): Bump ubi9/ubi-minimal from 9.4-949 to 9.4-949.1714662671 in /scheduler #1272

Workflow file for this run

name: V2 Tests
on:
pull_request:
jobs:
test:
name: test
if: github.repository == 'SeldonIO/seldon-core' # Do not run this on forks.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: test-operator
run: make -C operator test
- name: test-scheduler
run: make -C scheduler test
- name: test-hodometer
run: make -C hodometer test