Skip to content

Commit

Permalink
chore: updated test fastapi app step of deploy modal workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Jul 13, 2024
1 parent 32f0c04 commit 08847e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-modal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,4 @@ jobs:
run: HOME=$(pwd) modal deploy open.text.embeddings.server.modal

- name: Test FastAPI app
run: >
APP=$(echo "${{ github.event.inputs.model_name }}" | cut -d'/' -f2 | tr '.' '-')
echo "https://${{ secrets.MODAL_USERNAME }}--$APP_NAME/v1/embeddings"
run: ./test.sh https://${{ secrets.MODAL_USERNAME }}--${APP_NAME}-fastapi-app.modal.run/v1/embeddings"

0 comments on commit 08847e0

Please sign in to comment.