Skip to content

chore(dependabot): bump golang.org/x/time from 0.7.0 to 0.8.0 #291

chore(dependabot): bump golang.org/x/time from 0.7.0 to 0.8.0

chore(dependabot): bump golang.org/x/time from 0.7.0 to 0.8.0 #291

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