Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
trying docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Sep 28, 2023
1 parent 5b62959 commit fc3385d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,17 @@ jobs:
run: |
poetry build
- name: Setup DynamoDB Local
uses: rrainn/[email protected]
with:
dbPath: # undefined by default, if this is undefined inMemory will be used
sharedDb: # undefined by default
delayTransientStatuses: # undefined by default
optimizeDbBeforeStartup: # undefined by default
port: 8000

- name: Test with pytest
run: |
docker run -d -p 8003:8003 amazon/dynamodb-local
poetry run pytest tests/test_api.py -k 'test_gettimeseries_get'
Expand Down

0 comments on commit fc3385d

Please sign in to comment.