File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -374,8 +374,8 @@ jobs:
374374 env :
375375 E2E_APP_CLERK_JS_DIR : ${{runner.temp}}
376376 E2E_APP_CLERK_UI_DIR : ${{runner.temp}}
377- E2E_CLERK_JS_VERSION : " latest "
378- E2E_CLERK_UI_VERSION : " latest "
377+ E2E_CLERK_JS_VERSION : " integration "
378+ E2E_CLERK_UI_VERSION : " integration "
379379 E2E_NEXTJS_VERSION : ${{ matrix.next-version }}
380380 E2E_PROJECT : ${{ matrix.test-project }}
381381 INTEGRATION_INSTANCE_KEYS : ${{ secrets.INTEGRATION_INSTANCE_KEYS }}
@@ -476,8 +476,8 @@ jobs:
476476 env :
477477 E2E_APP_CLERK_JS_DIR : ${{runner.temp}}
478478 E2E_APP_CLERK_UI_DIR : ${{runner.temp}}
479- E2E_CLERK_JS_VERSION : " latest "
480- E2E_CLERK_UI_VERSION : " latest "
479+ E2E_CLERK_JS_VERSION : " integration "
480+ E2E_CLERK_UI_VERSION : " integration "
481481 E2E_NEXTJS_VERSION : ${{ matrix.next-version }}
482482 E2E_PROJECT : ${{ matrix.test-project }}
483483 E2E_CLERK_ENCRYPTION_KEY : ${{ matrix.clerk-encryption-key }}
You can’t perform that action at this time.
0 commit comments