Skip to content

DBZ-8061: Provided Service Account instead of managed #256

DBZ-8061: Provided Service Account instead of managed

DBZ-8061: Provided Service Account instead of managed #256

Workflow file for this run

#
# Copyright Debezium Authors
#
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#
name: Build Operator Sources
on:
pull_request:
branches:
- main
paths-ignore:
- '*.md'
push:
branches:
- main
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Debezium Operator
uses: actions/checkout@v4
with:
path: operator
- uses: ./operator/.github/actions/maven-cache
- uses: ./operator/.github/actions/setup-java
- uses: ./operator/.github/actions/build-operator