From 92b8f539814e7ccfa4cc88dbba25568df4cdd24b Mon Sep 17 00:00:00 2001 From: panteliselef Date: Thu, 23 May 2024 15:44:58 +0300 Subject: [PATCH 1/6] ci(repo): Add next v13 variant to e2e tests --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4aa97bae902..0f2b4c78e83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,6 +131,9 @@ jobs: matrix: test-name: ['generic', 'nextjs', 'express', 'quickstart', 'ap-flows'] test-project: ['chrome'] + include: + - test-name: 'nextjs' + next-version: '13' steps: - name: Checkout Repo @@ -165,6 +168,7 @@ jobs: - name: Run Integration Tests run: npx turbo test:integration:${{ matrix.test-name }} $TURBO_ARGS --only -- --project=${{ matrix.test-project }} env: + E2E_NEXTJS_VERSION: ${{ matrix.next-version }} E2E_APP_CLERK_JS_DIR: ${{runner.temp}} E2E_CLERK_VERSION: 'latest' INTEGRATION_INSTANCE_KEYS: ${{ secrets.INTEGRATION_INSTANCE_KEYS }} From b71793d3d75eae48cb6287d47c325555a240835c Mon Sep 17 00:00:00 2001 From: panteliselef Date: Thu, 23 May 2024 16:07:51 +0300 Subject: [PATCH 2/6] ci(repo): Add next v13 and v14 variant to e2e tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f2b4c78e83..3f5c60a5f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,6 +134,8 @@ jobs: include: - test-name: 'nextjs' next-version: '13' + - test-name: 'nextjs' + next-version: '14' steps: - name: Checkout Repo From 8f3eb2c03cd2306487732d15661a8735f8c9aa1c Mon Sep 17 00:00:00 2001 From: panteliselef Date: Thu, 23 May 2024 16:27:35 +0300 Subject: [PATCH 3/6] ci(repo): Add next v13 and v14 variant to e2e tests 2 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f5c60a5f8d..190e5129fee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,9 +133,7 @@ jobs: test-project: ['chrome'] include: - test-name: 'nextjs' - next-version: '13' - - test-name: 'nextjs' - next-version: '14' + next-version: ['13','14'] steps: - name: Checkout Repo From bb2006cf76c87923e704ac38dca52071f8bf39a0 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Thu, 23 May 2024 16:43:07 +0300 Subject: [PATCH 4/6] ci(repo): Add next v13 and v14 variant to e2e tests 3 --- .github/workflows/ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 190e5129fee..d9d6cabcf1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,9 +131,16 @@ jobs: matrix: test-name: ['generic', 'nextjs', 'express', 'quickstart', 'ap-flows'] test-project: ['chrome'] + next-version: ['13', '14'] include: - - test-name: 'nextjs' - next-version: ['13','14'] + - test-name: 'generic' + next-version: '' + - test-name: 'express' + next-version: '' + - test-name: 'quickstart' + next-version: '' + - test-name: 'ap-flows' + next-version: '' steps: - name: Checkout Repo From bdb9a1667d2182d56911d3a238ca80fd031e1176 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Thu, 23 May 2024 16:58:30 +0300 Subject: [PATCH 5/6] ci(repo): Add next v13 and v14 variant to e2e tests 4 --- .github/workflows/ci.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d6cabcf1e..b0be1f9636d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,16 +131,13 @@ jobs: matrix: test-name: ['generic', 'nextjs', 'express', 'quickstart', 'ap-flows'] test-project: ['chrome'] - next-version: ['13', '14'] include: - - test-name: 'generic' - next-version: '' - - test-name: 'express' - next-version: '' - - test-name: 'quickstart' - next-version: '' - - test-name: 'ap-flows' - next-version: '' + - test-name: 'nextjs' + test-project: 'chrome' + next-version: '13' + - test-name: 'nextjs' + test-project: 'chrome' + next-version: '14' steps: - name: Checkout Repo From 4f82f8eb04f4dbcaf9be0dfd705d6b6211f1a7d3 Mon Sep 17 00:00:00 2001 From: panteliselef Date: Thu, 23 May 2024 17:01:28 +0300 Subject: [PATCH 6/6] ci(repo): Add next v13 and v14 variant to e2e tests 5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0be1f9636d..6dc9b224be6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: strategy: matrix: - test-name: ['generic', 'nextjs', 'express', 'quickstart', 'ap-flows'] + test-name: ['generic', 'express', 'quickstart', 'ap-flows'] test-project: ['chrome'] include: - test-name: 'nextjs'