From dd211ba39bb8a51b2935e94e56fda8e136a4c008 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 9 Nov 2022 21:39:30 -0500 Subject: [PATCH] Adding tests badge. --- .github/workflows/tests.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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.