Skip to content

Commit 4ff029b

Browse files
committed
Build example deps.
1 parent 807fa19 commit 4ff029b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node-ai.yml renamed to .github/workflows/server-ai.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: sdk/node-server-sdk-ai
1+
name: sdk/server-ai
22

33
on:
44
push:
@@ -29,9 +29,9 @@ jobs:
2929
run: |
3030
yarn workspaces focus @launchdarkly/hello-ai-bedrock
3131
yarn workspace @launchdarkly/hello-ai-bedrock lint
32-
yarn workspace @launchdarkly/hello-ai-bedrock build
32+
yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-ai-bedrock' run build
3333
- name: Build OpenAI example
3434
run: |
3535
yarn workspaces focus @launchdarkly/hello-openai
3636
yarn workspace @launchdarkly/hello-openai lint
37-
yarn workspace @launchdarkly/hello-openai build
37+
yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-openai' run build

0 commit comments

Comments
 (0)