Skip to content

Commit 986b454

Browse files
Update dojo-e2e.yml
Fixing directory
1 parent a1529fc commit 986b454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
164164
if: ${{ contains(join(matrix.services, ','), 'adk-middleware') }}
165165
run: |
166-
echo "GOOGLE_API_KEY=${GOOGLE_API_KEY}" > examples/.env
166+
echo "GOOGLE_API_KEY=${GOOGLE_API_KEY}" > python/examples/.env
167167
168168
- name: Run dojo+agents
169169
uses: JarvusInnovations/background-action@v1

0 commit comments

Comments
 (0)