summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-03-24 15:27:57 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-03-24 15:35:51 -0500
commitc4fd835c935c699ee8e4950afc59bafca6b10f69 (patch)
tree58de429010446a78e80477fd90d83b280d9b9a4e /.github
parente680611d450cc5bec0a8b956275341f61962f5a0 (diff)
downloadrequests-cache-c4fd835c935c699ee8e4950afc59bafca6b10f69.tar.gz
Enable DynamoDB integration test with GitHub Actions and local docker-compose; use in-memory database
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dfa9f22..963bc28 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,8 @@ jobs:
mongodb-version: 4.4
- uses: supercharge/redis-github-action@1.2.0
with:
- redis-version: '6'
+ redis-version: 6
+ - uses: rrainn/dynamodb-action@v2.0.0
# Cache packages per python version, and reuse until setup.py changes
- name: Cache pip packages
@@ -65,6 +66,7 @@ jobs:
- uses: supercharge/redis-github-action@1.2.0
with:
redis-version: '6'
+ - uses: rrainn/dynamodb-action@v2.0.0
- name: Install dependencies
run: pip install ".[dev]"