Skip to content

[cloudwatch-logs-aggregator] BREAKING CHANGE: Remove AWS provider block from modules #48

[cloudwatch-logs-aggregator] BREAKING CHANGE: Remove AWS provider block from modules

[cloudwatch-logs-aggregator] BREAKING CHANGE: Remove AWS provider block from modules #48

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