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

Commit

Permalink
clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Sep 28, 2023
1 parent dc4fbd2 commit 6e8f1f2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,6 @@ 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: 8003

- name: Test with pytest
run: |
poetry run pytest tests/test_api.py -k 'test_gettimeseries_get'
Expand Down

0 comments on commit 6e8f1f2

Please sign in to comment.