Skip to content

✨ supporting cloudevents for work agent #1

✨ supporting cloudevents for work agent

✨ supporting cloudevents for work agent #1

Workflow file for this run

name: Integration
on:
workflow_dispatch: {}
pull_request:
paths-ignore:
- 'solutions/**'
- 'assets/**'
- 'troubleshooting/**'
- 'pkg/work/spoke/*.go'
- '.github/ISSUE_TEMPLATE/*'
branches:
- main
- release-*
env:
GO_VERSION: '1.20'
GO_REQUIRED_MIN_VERSION: ''
permissions:
contents: read
jobs:
integration:
name: integration
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: install Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: integration
run: make test-integration