Adding tests badge.

This commit is contained in:
Dan 2022-11-09 21:39:30 -05:00
parent 718901371a
commit dd211ba39b
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: Python package
name: Tests
on: [push]

View File

@ -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.