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

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 2, 2023
1 parent d0126cf commit fd519ce
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Setup DynamoDB Local
uses: actions/checkout@v2
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
cors: '*'

- name: Get DynamoDB Item
id: config
uses: actions/checkout@v2
Expand All @@ -118,7 +128,6 @@ jobs:
run: |
jq '.commit' <<< '${{ steps.config.outputs.item }}'
- name: Test with pytest
id: tests
uses: actions/checkout@v2
Expand Down

0 comments on commit fd519ce

Please sign in to comment.