File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66jobs :
77 build :
88 runs-on : ubuntu-latest
9+ environment : Preview
910 steps :
1011 - uses : actions/checkout@v5
1112 with :
2021 kill %1
2122 env :
2223 CLERK_SECRET_KEY : ${{ secrets.CLERK_SECRET_KEY }}
23- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : ${{ secrets.CLERK_PUBLISHABLE_KEY }}
24- NEXT_PUBLIC_CONVEX_URL : ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
25- CONVEX_DEPLOYMENT : ${{ secrets.CONVEX_DEPLOYMENT }}
24+ VITE_CLERK_PUBLISHABLE_KEY : ${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}
25+ CONVEX_DEPLOY_KEY : ${{ secrets.CONVEX_DEPLOY_KEY }}
26+
Original file line number Diff line number Diff line change 99jobs :
1010 chromatic_on_merge_to_develop :
1111 runs-on : ubuntu-latest
12+ environment : Preview
1213 steps :
1314 - uses : actions/checkout@v5
1415 with :
Original file line number Diff line number Diff line change 66 chromatic_pr_on_push :
77 if : (github.event.pull_request.draft == false && !contains(github.head_ref, 'renovate/') && github.base_ref != 'main')
88 runs-on : ubuntu-latest
9+ environment : Preview
910 steps :
1011 - uses : actions/checkout@v4
1112 with :
Original file line number Diff line number Diff line change 88 chromatic_pr_on_ready :
99 if : (github.event.pull_request.draft == false && !contains(github.event.pull_request.labels.*.name , 'renovate'))
1010 runs-on : ubuntu-latest
11+ environment : Preview
1112 steps :
1213 - uses : actions/checkout@v5
1314 with :
Original file line number Diff line number Diff line change 66jobs :
77 lint :
88 runs-on : ubuntu-latest
9+ environment : Preview
910 steps :
1011 - uses : actions/checkout@v5
1112 with :
Original file line number Diff line number Diff line change 88 test :
99 timeout-minutes : 60
1010 runs-on : ubuntu-latest
11+ environment : Preview
1112 concurrency :
1213 group : " playwright-convex"
1314 cancel-in-progress : false
2829 sleep 5
2930 pnpm e2e
3031 env :
31- NEXT_CLERK_PUBLISHABLE_KEY : ${{ secrets.CLERK_PUBLISHABLE_KEY }}
32- CLERK_PUBLISHABLE_KEY : ${{ secrets.CLERK_PUBLISHABLE_KEY }}
3332 CLERK_SECRET_KEY : ${{ secrets.CLERK_SECRET_KEY }}
3433 E2E_CLERK_USER : ${{ secrets.E2E_CLERK_USER }}
3534 E2E_CLERK_PASSWORD : ${{ secrets.E2E_CLERK_PASSWORD }}
36- NEXT_PUBLIC_CONVEX_URL : ${{ secrets.CONVEX_REMOTE_URL }}
37- CONVEX_DEPLOYMENT : ${{ secrets.CONVEX_DEPLOYMENT }}
3835 CONVEX_DEPLOY_KEY : ${{ secrets.CONVEX_DEPLOY_KEY }}
3936 - uses : actions/upload-artifact@v4
4037 if : ${{ !cancelled() }}
Original file line number Diff line number Diff line change 66jobs :
77 unit-test :
88 runs-on : ubuntu-latest
9+ environment : Preview
910 strategy :
1011
1112 fail-fast : false
2728 kill %1
2829 env :
2930 CLERK_SECRET_KEY : ${{ secrets.CLERK_SECRET_KEY }}
30- CLERK_PUBLISHABLE_KEY : ${{ secrets.CLERK_PUBLISHABLE_KEY }}
3131 CONVEX_DEPLOY_KEY : ${{ secrets.CONVEX_DEPLOY_KEY }}
32- CONVEX_DEPLOYMENT : ${{ secrets.CONVEX_DEPLOYMENT }}
33- NEXT_PUBLIC_CONVEX_URL : ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
32+ VITE_CLERK_PUBLISHABLE_KEY : ${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}
Original file line number Diff line number Diff line change 66jobs :
77 unit-test :
88 runs-on : ubuntu-latest
9+ environment : Preview
910 strategy :
1011 fail-fast : false
1112 matrix :
2425 sleep 5
2526 pnpm vitest run --shard=${{ matrix.shard }} --project=ui
2627 kill %1
27- env :
28- CLERK_SECRET_KEY : ${{ secrets.CLERK_SECRET_KEY }}
29- CLERK_PUBLISHABLE_KEY : ${{ secrets.CLERK_PUBLISHABLE_KEY }}
30- CONVEX_DEPLOY_KEY : ${{ secrets.CONVEX_DEPLOY_KEY }}
31- CONVEX_DEPLOYMENT : ${{ secrets.CONVEX_DEPLOYMENT }}
32- NEXT_PUBLIC_CONVEX_URL : ${{ secrets.NEXT_PUBLIC_CONVEX_URL }}
28+ env:
29+ CLERK_SECRET_KEY: ${{ secrets.CLERK_SECRET_KEY }}
30+ CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
31+ VITE_CLERK_PUBLISHABLE_KEY: ${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}
Original file line number Diff line number Diff line change 66jobs :
77 type-check :
88 runs-on : ubuntu-latest
9+ environment : Preview
910 steps :
1011 - uses : actions/checkout@v5
1112 with :
You can’t perform that action at this time.
0 commit comments