Skip to content

test: validate static files in standalone build #143

@elitan

Description

@elitan

Problem

test-install.yml doesn't verify that /_next/static/ files load correctly via HTTP. This is a common tarball packaging issue.

Proposed solution

Add HTTP request to verify static files are served:

  • Request a known static file path
  • Verify 200 response
  • Could extract a path from .next/static/ and request it

Current coverage

  • test-install.yml: checks ls .next/static/ exists but doesn't test HTTP serving
  • release.yml: now checks files exist but doesn't test HTTP serving

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions