Skip to content

Commit

Permalink
support redis in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jun 4, 2024
1 parent 805d839 commit b97778b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest

# DynamoDB Local
services:
dynamodb-local:
image: amazon/dynamodb-local
options: >-
-p 0:8000
-v /tmp/dynamodb:/data
ports:
- 8000

steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit b97778b

Please sign in to comment.