Page MenuHomeDevCentral

Harden test site build
ClosedPublic

Authored by dereckson on Nov 8 2024, 14:42.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 20:26
Unknown Object (File)
Thu, Dec 19, 19:53
Unknown Object (File)
Tue, Dec 17, 04:49
Unknown Object (File)
Thu, Dec 12, 09:35
Unknown Object (File)
Thu, Dec 12, 09:35
Unknown Object (File)
Thu, Dec 12, 09:22
Unknown Object (File)
Thu, Dec 12, 09:11
Unknown Object (File)
Mon, Dec 2, 13:52
Subscribers
None

Details

Summary

Previously, make test was using installed version of upsection,
with installed version of the templates and components.

So, any modification of package.json was totally ignored running
make test.

Furthermore, it also required root access to perform the installation.

This change allows to inject our repository version of everything
for that test site build.

Test Plan
  • edit components/package-template.json
  • make test
  • check tests/site/package.json matches

Diff Detail

Repository
rUPSECTION Upsection
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Nov 8 2024, 14:42
This revision was landed with ongoing or failed builds.Nov 8 2024, 14:43
This revision was automatically updated to reflect the committed changes.