Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed May 6, 2024
1 parent 63e8242 commit b2f349e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/agenta-cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
env:
BACKEND_HOST: ${{ secrets.BACKEND_HOST }}
run: |
cd ../examples/baby_name_generator
pwd
cd ./../examples/baby_name_generator
poetry run agenta init --app_name woooo --backend_host $BACKEND_HOST
- name: Serve Application
Expand Down

0 comments on commit b2f349e

Please sign in to comment.