Skip to content

[WIP] 🌱 add GC for cloudevents work client. #35

[WIP] 🌱 add GC for cloudevents work client.

[WIP] 🌱 add GC for cloudevents work client. #35

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