Skip to content

chore(deps): update dependency @clerk/testing to v1.12.6 #206

chore(deps): update dependency @clerk/testing to v1.12.6

chore(deps): update dependency @clerk/testing to v1.12.6 #206

Workflow file for this run

name: test-logic
on:
- push
jobs:
unit-test:
runs-on: ubuntu-latest
environment: Preview
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: pnpm vitest run --shard=${{ matrix.shard }} --project=logic