Skip to content

remove schema registry #3

remove schema registry

remove schema registry #3

name: Run cp tests and check build binaries
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
call-workflow-test-controlplane:
name: Test Controlplane
uses: ./.github/workflows/step_test_controlplane.yml
call-workflow-build-binaries:
name: Check building of binaries
uses: ./.github/workflows/step_go_build_binaries.yml
with:
with-artifacts: false
build-all: true
needs: call-workflow-test-controlplane