Skip to content

Bump github.com/onsi/gomega from 1.33.1 to 1.35.1 in /operator #1960

Bump github.com/onsi/gomega from 1.33.1 to 1.35.1 in /operator

Bump github.com/onsi/gomega from 1.33.1 to 1.35.1 in /operator #1960

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@v5
with:
go-version: "1.22"
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