Skip to content

chore(dependabot): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 #346

chore(dependabot): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1

chore(dependabot): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 #346

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