We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610f028 commit bce135dCopy full SHA for bce135d
storage/framework/core/testing/src/dynamodb.ts
@@ -11,6 +11,8 @@ import {
11
const client = new DynamoDBClient({ endpoint: 'http://localhost:8000' })
12
13
export async function launchServer(): Promise<void> {
14
+ if (process.env.GITHUB_ACTIONS) return
15
+
16
await dynamoDbTool.dynamoDb.launch()
17
await delay(5000)
18
await createStacksTable()
0 commit comments