Skip to content

Commit

Permalink
fix: add working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Oct 2, 2024
1 parent 250bec1 commit 20e3c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,13 @@ jobs:

- name: Deploy
run: |
pnpm --dir=examples/nextjs/chat-to-website add @upstash/rag-chat@${{needs.release.outputs.version}}
pnpm add @upstash/rag-chat@${{needs.release.outputs.version}}
DEPLOYMENT_URL=$(npx vercel --token=${{ secrets.VERCEL_TOKEN }})
echo "DEPLOYMENT_URL=${DEPLOYMENT_URL}" >> $GITHUB_ENV
env:
VERCEL_ORG_ID: ${{secrets.VERCEL_TEAM_ID}}
VERCEL_PROJECT_ID: "prj_lVGCSdQpf4Zne4tbDcaTbZNW6abq"
working-directory: examples/nextjs/chat-to-website

- name: Test
run: bun test examples/nextjs/chat-to-website/ci.test.ts
Expand Down

0 comments on commit 20e3c11

Please sign in to comment.