Skip to content

[release-2.11] [ACM-16335] Reconcile MCO only when there is actual change in mch image manifest #1064

[release-2.11] [ACM-16335] Reconcile MCO only when there is actual change in mch image manifest

[release-2.11] [ACM-16335] Reconcile MCO only when there is actual change in mch image manifest #1064

name: integration
on:
push:
branches:
- main
tags:
- "*"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Integration tests
env:
GOBIN: /tmp/.bin
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
cache-dependency-path: "**/*.sum"
- name: Install deps
run: make deps
- name: Build
run: make build
- name: Run tests
run: |
source <(BIN_DIR=$GOBIN make install-envtest-deps)
make integration-test-operators