Skip to content

Commit dc68232

Browse files
committed
fix
1 parent 67b4d9f commit dc68232

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/test-ui.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
uses: ./.github/actions/setup
2020
- name: Setup Playwright
2121
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 }}
2228
- name: Run Test
2329
run: |
2430
npx convex dev &

convex/auth.config.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)