Skip to content

feat(kafka): Add OAUTH support for Confluent Cloud Kafka #563

feat(kafka): Add OAUTH support for Confluent Cloud Kafka

feat(kafka): Add OAUTH support for Confluent Cloud Kafka #563

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@v3
- uses: actions/setup-go@v2
with:
go-version: '~1.19.0'
- name: test-operator
run: make -C operator test
- name: test-scheduler
run: make -C scheduler test
- name: test-hodometer
run: make -C hodometer test