Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Integration test with publish and install #1100

Open
mhofman opened this issue Mar 2, 2022 · 1 comment
Open

Integration test with publish and install #1100

mhofman opened this issue Mar 2, 2022 · 1 comment
Assignees
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

Comments

@mhofman
Copy link
Contributor

mhofman commented Mar 2, 2022

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:

  • Package and publish to a local NPM registry such as verdaccio
  • Checkout a template project, with endo packages as * semver dependencies (making sure no yarn.lock is committed)
  • yarn install

Alternatively, creating an empty project and yarn add endo packages might work as well.

@turadg
Copy link
Member

turadg commented Nov 15, 2023

Actually publishing to NPM would also work

@kriskowal kriskowal added the kriskowal-review-2024-01 Issues that kriskowal wants to bring to the attention of the team for review as of January, 2024 label Jan 10, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants