Skip to content

Commit

Permalink
ci: add install ci version to vercel deployed tests (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda authored Oct 21, 2024
1 parent 29c9021 commit 7146cea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ jobs:
with:
version: latest

- name: Install @upstash/redis canary version
run: pnpm install @upstash/redis@${{needs.release.outputs.version}}
working-directory: examples/vercel-functions-app-router

- name: Deploy
run: |
pnpm --dir=examples/vercel-functions-app-router add @upstash/redis@${{needs.release.outputs.version}}
Expand Down Expand Up @@ -174,6 +178,10 @@ jobs:
with:
version: latest

- name: Install @upstash/redis canary version
run: pnpm install @upstash/redis@${{needs.release.outputs.version}}
working-directory: examples/vercel-functions-pages-router

- name: Deploy
run: |
pnpm --dir=examples/vercel-functions-pages-router add @upstash/redis@${{needs.release.outputs.version}}
Expand Down

0 comments on commit 7146cea

Please sign in to comment.