Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore: enhance CI to reduce number of workflows #5156

Closed
2 tasks
kanej opened this issue Apr 22, 2024 · 1 comment
Closed
2 tasks

chore: enhance CI to reduce number of workflows #5156

kanej opened this issue Apr 22, 2024 · 1 comment
Labels
status:ready This issue is ready to be worked on
Milestone

Comments

@kanej
Copy link
Member

kanej commented Apr 22, 2024

Whenever we add a new package, which will happen over and over in v3, we need to add a specific CI workflow.

We want to investigate simplifying our workflows down so that we don't need to add a workflow when adding a new package.

Questions

  • Can we do this through a convention on the package (i.e. every package provides a test, lint, test:integration and clean npm scripts)
  • Can we do this in a way that means we don't end up with having to rerun the entire workflow if a one packages tests fails.
@kanej kanej added this to the vnext milestone Apr 22, 2024
@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Apr 22, 2024
@kanej
Copy link
Member Author

kanej commented May 16, 2024

This has been put in place.

@kanej kanej closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on
Projects
Archived in project
Development

No branches or pull requests

1 participant