Skip to content

fix(deps): update dependency next to v15.5.2 #177

fix(deps): update dependency next to v15.5.2

fix(deps): update dependency next to v15.5.2 #177

Workflow file for this run

name: test-ui
on:
- push
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
shard: [1/2, 2/2]
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Setup Playwright
uses: ./.github/actions/playwright
- name: Run Test
run: |
npx convex dev &
sleep 5
pnpm vitest run --shard=${{ matrix.shard }} --project=ui
kill %1
env:
CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
CLERK_PUBLISHABLE_KEY : ${{ secrets.CLERK_PUBLISHABLE_KEY }}
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
CONVEX_DEPLOYMENT: ${{ secrets.CONVEX_DEPLOYMENT }}
NEXT_PUBLIC_CONVEX_URL: ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}