Skip to content

Commit 0a1b85e

Browse files
committed
fix 2
1 parent a8f3eed commit 0a1b85e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)