Skip to content

[cloudwatch-logs-aggregator] BREAKING CHANGE: Rollback breaking changes for is_enabled variable #51

[cloudwatch-logs-aggregator] BREAKING CHANGE: Rollback breaking changes for is_enabled variable

[cloudwatch-logs-aggregator] BREAKING CHANGE: Rollback breaking changes for is_enabled variable #51

Workflow file for this run

name: 'Test'
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version-file: cloudwatch-logs-aggregator/lambda/go.mod
- run: make build
- run: make test