Skip to content

fix build test hanging #33

fix build test hanging

fix build test hanging #33

Triggered via push October 1, 2024 23:03
Status Failure
Total duration 1m 44s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
apps/next/__tests__/dev.test.ts > Next.js dev server starts and serves the expected content: apps/next/__tests__/dev.test.ts#L71
AssertionError: expected '<!DOCTYPE html><html><head><style dat…' to contain 'Welcome to Tamagui' Expected: "Welcome to Tamagui" Received: "<!DOCTYPE html><html><head><style data-next-hide-fouc="true">body{display:none}</style><noscript data-next-hide-fouc="true"><style>body{display:block}</style></noscript><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills.js"></script><script src="/_next/static/chunks/fallback/webpack.js" defer=""></script><script src="/_next/static/chunks/fallback/main.js" defer=""></script><script src="/_next/static/chunks/fallback/pages/_app.js" defer=""></script><script src="/_next/static/chunks/fallback/pages/_error.js" defer=""></script><noscript id="__next_css__DO_NOT_USE__"></noscript></head><body><div id="__next"></div><script src="/_next/static/chunks/fallback/react-refresh.js"></script><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"development","isFallback":false,"err":{"name":"ModuleBuildError","source":"server","message":"Module build failed (from ../../node_modules/next/dist/compiled/mini-css-extract-plugin/loader.js):\nError: You forgot to add 'mini-css-extract-plugin' plugin (i.e. `{ plugins: [new MiniCssExtractPlugin()] }`), please read https://github.com/webpack-contrib/mini-css-extract-plugin#getting-started\n at Object.pitch (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/mini-css-extract-plugin/loader.js:1:5197)","stack":"ModuleBuildError: Module build failed (from ../../node_modules/next/dist/compiled/mini-css-extract-plugin/loader.js):\nError: You forgot to add 'mini-css-extract-plugin' plugin (i.e. `{ plugins: [new MiniCssExtractPlugin()] }`), please read https://github.com/webpack-contrib/mini-css-extract-plugin#getting-started\n at Object.pitch (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/mini-css-extract-plugin/loader.js:1:5197)\n at processResult (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/webpack/bundle5.js:28:400590)\n at /home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/webpack/bundle5.js:28:402302\n at /home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:8645\n at /home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:5019\n at r.callback (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:4039)\n at Object.pitch (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/mini-css-extract-plugin/loader.js:1:5195)\n at LOADER_EXECUTION (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:4134)\n at runSyncOrAsync (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:4145)\n at /home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:4926\n at handleResult (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:1424)\n at loadLoader (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:963)\n at iteratePitchingLoaders (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:4794)\n at iteratePitchingLoaders (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:4764)\n at /home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:4896\n at handleResult (/home/runner/work/starter-free/starter-free/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:142
test
Process completed with exit code 1.