diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d05718..a030987 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Python package +name: Tests on: [push] diff --git a/README.md b/README.md index 396cda9..db5cd10 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # AWS Connector +![Tests](https://github.com/sartography/spiffworkflow-connector-aws/actions/workflows/tests.yml/badge.svg) + When a Connector like this one is imported into a project with the spiffworkflow-proxy blueprint, it will allow Service Tasks to make calls to AWS systems -- such as working with S3 or Dynamodb. Please see [SpiffWorkflow Proxy](https://github.com/sartography/spiffworkflow-proxy) for more information.