Skip to content

[16.2.x] Align Actions dependencies with Canary#94339

Open
eps1lon wants to merge 7 commits into
sebbie/shallow-not-deepen/16-2from
sebbie/ci-deps/16-2
Open

[16.2.x] Align Actions dependencies with Canary#94339
eps1lon wants to merge 7 commits into
sebbie/shallow-not-deepen/16-2from
sebbie/ci-deps/16-2

Conversation

@eps1lon
Copy link
Copy Markdown
Member

@eps1lon eps1lon commented Jun 2, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Stats skipped

Commit: 7288ca0
View workflow run

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Failing test suites

Commit: 7288ca0 | About building and testing Next.js

pnpm test-start test/e2e/app-dir/next-after-app-static/build-time/build-time.test.ts (job)

  • after() in static pages > runs after during build (DD)
Expand output

● after() in static pages › runs after during build

can not run export while server is running, use next.stop() first

  251 |   ) {
  252 |     if (this.childProcess) {
> 253 |       throw new Error(
      |             ^
  254 |         `can not run export while server is running, use next.stop() first`
  255 |       )
  256 |     }

  at NextStartInstance.build (lib/next-modes/next-start.ts:253:13)
  at Object.build (e2e/app-dir/next-after-app-static/build-time/build-time.test.ts:36:36)

pnpm test-start test/production/dynamic-css-client-navigation/react-lazy.test.ts (job)

  • dynamic-css-client-navigation react lazy edge > should not remove style when navigating from static imported component to react lazy at runtime edge (DD)
  • dynamic-css-client-navigation react lazy nodejs > should not remove style when navigating from static imported component to react lazy at runtime nodejs (DD)
Expand output

● dynamic-css-client-navigation react lazy edge › should not remove style when navigating from static imported component to react lazy at runtime edge

expect(received).toBe(expected) // Object.is equality

Expected: "rgb(255, 0, 0)"
Received: null

  22 |       )
  23 |
> 24 |       expect(buttonBgColor).toBe('rgb(255, 0, 0)')
     |                             ^
  25 |     })
  26 |   }
  27 | )

  at Object.toBe (production/dynamic-css-client-navigation/react-lazy.test.ts:24:29)

● dynamic-css-client-navigation react lazy nodejs › should not remove style when navigating from static imported component to react lazy at runtime nodejs

expect(received).toBe(expected) // Object.is equality

Expected: "rgb(255, 0, 0)"
Received: null

  22 |       )
  23 |
> 24 |       expect(buttonBgColor).toBe('rgb(255, 0, 0)')
     |                             ^
  25 |     })
  26 |   }
  27 | )

  at Object.toBe (production/dynamic-css-client-navigation/react-lazy.test.ts:24:29)

pnpm test-dev-turbo test/e2e/app-dir/interception-dynamic-single-segment/interception-dynamic-single-segment.test.ts (turbopack) (job)

  • interception-dynamic-single-segment > should intercept with consecutive dynamic segments (DD)
Expand output

● interception-dynamic-single-segment › should intercept with consecutive dynamic segments

expect(received).toContain(expected) // indexOf

Expected substring: "Modal: Item for path x/y/z"
Received string:    "default"

  161 |     await retry(async () => {
  162 |       const modalText = await browser.elementById('modal').text()
> 163 |       expect(modalText).toContain('Modal: Item for path x/y/z')
      |                         ^
  164 |     })
  165 |
  166 |     // The children should still show the consecutive page

  at toContain (e2e/app-dir/interception-dynamic-single-segment/interception-dynamic-single-segment.test.ts:163:25)
  at retry (lib/next-test-utils.ts:861:14)
  at Object.<anonymous> (e2e/app-dir/interception-dynamic-single-segment/interception-dynamic-single-segment.test.ts:161:5)

@eps1lon eps1lon marked this pull request as ready for review June 2, 2026 12:20
@eps1lon eps1lon requested a review from bgw June 2, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants