Skip to content

Commit bce135d

Browse files
chore: wip
1 parent 610f028 commit bce135d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/framework/core/testing/src/dynamodb.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import {
1111
const client = new DynamoDBClient({ endpoint: 'http://localhost:8000' })
1212

1313
export async function launchServer(): Promise<void> {
14+
if (process.env.GITHUB_ACTIONS) return
15+
1416
await dynamoDbTool.dynamoDb.launch()
1517
await delay(5000)
1618
await createStacksTable()

0 commit comments

Comments
 (0)