Skip to content

🌱 Move index func from addon framework to ocm #40

🌱 Move index func from addon framework to ocm

🌱 Move index func from addon framework to ocm #40

name: CloudEventsIntegration
on:
workflow_dispatch: {}
pull_request:
paths:
- 'pkg/addonmanager/cloudevents/*.go'
- 'test/integration/cloudevents/**'
branches:
- main
- release-*
env:
GO_VERSION: '1.22'
GO_REQUIRED_MIN_VERSION: ''
permissions:
contents: read
jobs:
integration:
name: cloudevents-integration
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: integration
run: make test-cloudevents-integration