Skip to content

chore(dependabot): bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 #303

chore(dependabot): bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2

chore(dependabot): bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 #303

name: Integration Tests
on:
pull_request:
branches: ["main"]
jobs:
integration-tests:
name: "Run integration tests"
runs-on: ubuntu-latest
steps:
- name: Checkout Template Operator
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run integration tests
run: make test