Integration test with publish and install #1100
Labels
endo
kriskowal-review-2024-01
Issues that kriskowal wants to bring to the attention of the team for review as of January, 2024
tooling
endo should have an integration test similar to the one introduced in Agoric/agoric-sdk#4236 so that we can verify that packages that would be published are usable as expected. This would prevent issues such as #1099 from slipping by.
Design
Add CI test doing at least the following:
*
semver dependencies (making sure noyarn.lock
is committed)yarn install
Alternatively, creating an empty project and
yarn add
endo packages might work as well.The text was updated successfully, but these errors were encountered: