Skip to content

Commit

Permalink
fix: create table
Browse files Browse the repository at this point in the history
  • Loading branch information
maxneuvians authored Jan 20, 2024
1 parent bc28f18 commit 5d2fe71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_requests_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
args: docker restart "${{ job.services.local-kms.id }}"

- name: Create DynamoDB table
run: ./devcontainer/dynamodb-local-create.sh

- name: Install dependencies
run: go get .

Expand Down

0 comments on commit 5d2fe71

Please sign in to comment.