We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b4d9f commit dc68232Copy full SHA for dc68232
2 files changed
.github/workflows/test-ui.yml
@@ -19,6 +19,12 @@ jobs:
19
uses: ./.github/actions/setup
20
- name: Setup Playwright
21
uses: ./.github/actions/playwright
22
+ - name: Set Convex Env
23
+ run: npx convex dev
24
+ env:
25
+ CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
26
+ VITE_CLERK_PUBLISHABLE_KEY: ${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}
27
+ CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
28
- name: Run Test
29
run: |
30
npx convex dev &
convex/auth.config.ts
0 commit comments