diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 252bbc831239..01278d63dda0 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -96,6 +96,9 @@ jobs: - test-application: 'nextjs-16' build-command: 'test:build-canary-webpack' label: 'nextjs-16 (canary-webpack)' + - test-application: 'nextjs-16-cf-workers' + build-command: 'test:build-canary' + label: 'nextjs-16-cf-workers (canary)' - test-application: 'react-create-hash-router' build-command: 'test:build-canary' label: 'react-create-hash-router (canary)'