Skip to content

Commit 2ee1687

Browse files
authored
test: Run Next.js canary tests on PRs (#13829)
1 parent 7937308 commit 2ee1687

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/workflows/build.yml

+28
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,10 @@ jobs:
10671067
'react-send-to-sentry',
10681068
'node-express-send-to-sentry',
10691069
'debug-id-sourcemaps',
1070+
'nextjs-app-dir',
1071+
'nextjs-13',
1072+
'nextjs-14',
1073+
'nextjs-15',
10701074
]
10711075
build-command:
10721076
- false
@@ -1081,6 +1085,30 @@ jobs:
10811085
- test-application: 'create-remix-app-legacy'
10821086
assert-command: 'test:assert-sourcemaps'
10831087
label: 'create-remix-app-legacy (sourcemaps)'
1088+
- test-application: 'nextjs-app-dir'
1089+
build-command: 'test:build-canary'
1090+
label: 'nextjs-app-dir (canary)'
1091+
- test-application: 'nextjs-app-dir'
1092+
build-command: 'test:build-latest'
1093+
label: 'nextjs-app-dir (latest)'
1094+
- test-application: 'nextjs-13'
1095+
build-command: 'test:build-canary'
1096+
label: 'nextjs-13 (canary)'
1097+
- test-application: 'nextjs-13'
1098+
build-command: 'test:build-latest'
1099+
label: 'nextjs-13 (latest)'
1100+
- test-application: 'nextjs-14'
1101+
build-command: 'test:build-canary'
1102+
label: 'nextjs-14 (canary)'
1103+
- test-application: 'nextjs-14'
1104+
build-command: 'test:build-latest'
1105+
label: 'nextjs-14 (latest)'
1106+
- test-application: 'nextjs-15'
1107+
build-command: 'test:build-canary'
1108+
label: 'nextjs-15 (canary)'
1109+
- test-application: 'nextjs-15'
1110+
build-command: 'test:build-latest'
1111+
label: 'nextjs-15 (latest)'
10841112

10851113
steps:
10861114
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})

0 commit comments

Comments
 (0)