Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(turbopack): Use graph for server action workaround #72812

Merged
merged 20 commits into from
Nov 16, 2024

Merge branch 'canary' into kdy1/ts-export-workaround

e2e8286
Select commit
Loading
Failed to load commit list.
Merged

refactor(turbopack): Use graph for server action workaround #72812

Merge branch 'canary' into kdy1/ts-export-workaround
e2e8286
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure next.js succeeded Nov 16, 2024 in 39m 42s

Build #20241116.15 had test failures

Details

Tests

  • Failed: 1 (0.40%)
  • Passed: 237 (94.42%)
  • Other: 13 (5.18%)
  • Total: 251

Annotations

Check failure on line 1 in create-next-app --example › should create on valid Next.js example name

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create on valid Next.js example name

Test failed
Raw output
  ● create-next-app --example › should create on valid Next.js example name

    Command failed with exit code 1 (Unknown system error -1): node D:\a\1\s\packages\create-next-app\dist\index.js valid-example --example basic-css

      28 |     await useTempDir(async (cwd) => {
      29 |       const projectName = 'valid-example'
    > 30 |       const res = await run(
         |                   ^
      31 |         [projectName, '--example', 'basic-css'],
      32 |         nextTgzFilename,
      33 |         {

      at makeError (../node_modules/.pnpm/[email protected]/node_modules/execa/lib/error.js:58:11)
      at handlePromise (../node_modules/.pnpm/[email protected]/node_modules/execa/index.js:112:26)
      at integration/create-next-app/examples.test.ts:30:19
      at useTempDir (lib/use-temp-dir.ts:24:5)
      at Object.<anonymous> (integration/create-next-app/examples.test.ts:28:5)