Skip to content

Commit 76ac49d

Browse files
authored
chore(repo): Run next e2e tests against v16 (#7066)
1 parent 9c96ed4 commit 76ac49d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ jobs:
280280
test-name: [
281281
'generic',
282282
'express',
283-
'quickstart',
284283
'ap-flows',
285284
'elements',
286285
'localhost',
@@ -306,6 +305,15 @@ jobs:
306305
- test-name: 'nextjs'
307306
test-project: 'chrome'
308307
next-version: '15'
308+
- test-name: 'nextjs'
309+
test-project: 'chrome'
310+
next-version: '16'
311+
- test-name: 'quickstart'
312+
test-project: 'chrome'
313+
next-version: '15'
314+
- test-name: 'quickstart'
315+
test-project: 'chrome'
316+
next-version: '16'
309317

310318
steps:
311319
- name: Checkout Repo

0 commit comments

Comments
 (0)