Skip to content

feat: account info and larger refactoring for cluster level CRDs and KCP #743

feat: account info and larger refactoring for cluster level CRDs and KCP

feat: account info and larger refactoring for cluster level CRDs and KCP #743

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
setup-kcp:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: kcp-dev/kcp
ref: main
path: kcp
- name: Run build script
run: |
cd kcp && IGNORE_GO_VERSION=1 make build
pipe:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-golang-app.yml@main
secrets: inherit
with:
imageTagName: ghcr.io/openmfp/account-operator
useTask: true
useLocalCoverageConfig: true
repoVersionUpdate: openmfp/helm-charts
coverageThreasholdTotal: 92