Skip to content

Commit

Permalink
use unique table name in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guregu committed Feb 12, 2024
1 parent 6c46b77 commit 6d04b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
DYNAMO_TEST_ENDPOINT: 'http://localhost:8880'
DYNAMO_TEST_REGION: local
DYNAMO_TEST_TABLE: TestDB
DYNAMO_TEST_TABLE: 'TestDB-%'
AWS_ACCESS_KEY_ID: dummy
AWS_SECRET_ACCESS_KEY: dummy
AWS_REGION: local

0 comments on commit 6d04b11

Please sign in to comment.