Skip to content

Commit

Permalink
docs: display tests status (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Ochoa authored Mar 13, 2023
1 parent b366a4f commit 24a6a8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
name: OTF UATS

on:
push:
branches: 'main'
pull_request:
branches: 'main'

env:
AWS_REGION : "us-west-2"
AWS_REGION: "us-west-2"
CODE_BUILD_PROJECT_LINUX: "LogManagerUatCodeBuildLinux"
AWS_ROLE_TO_ASSUME: "arn:aws:iam::686385081908:role/aws-greengrass-log-manager-codebuild-uat-role-linux"

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Log Manager (with Map config)
## Log Manager
![CI](https://github.com/aws-greengrass/aws-greengrass-log-manager/actions/workflows/maven.yml/badge.svg?branch=main)
![UAT](https://github.com/aws-greengrass/aws-greengrass-log-manager/actions/workflows/uat.yaml/badge.svg?branch=main)


The log manager component collects and optionally uploads logs from Greengrass core devices to Amazon CloudWatch Logs.
You can configure system logs and logs for each component. Log Manager is an optional internal Greengrass service that runs in the same JVM as the
Expand Down

0 comments on commit 24a6a8b

Please sign in to comment.