Skip to content

Commit 9975e7a

Browse files
committed
fix ci
1 parent 3f9790d commit 9975e7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
- name: Prepare dojo for e2e
134134
working-directory: typescript-sdk/apps/dojo
135135
if: ${{ join(matrix.services, ',') != '' }}
136+
env:
137+
npm_config_legacy_peer_deps: ${{ contains(join(matrix.services, ','), 'mastra') && 'true' || '' }}
136138
run: node ./scripts/prep-dojo-everything.js --only ${{ join(matrix.services, ',') }}
137139

138140
- name: Install e2e dependencies
@@ -160,6 +162,7 @@ jobs:
160162
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
161163
LANGSMITH_API_KEY: ${{ secrets.LANGSMITH_API_KEY }}
162164
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
165+
npm_config_legacy_peer_deps: ${{ contains(join(matrix.services, ','), 'mastra') && 'true' || '' }}
163166
if: ${{ join(matrix.services, ',') != '' && contains(join(matrix.services, ','), 'dojo') }}
164167
with:
165168
run: |

0 commit comments

Comments
 (0)