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

Clean up & simplify GH Actions workflows #319

Open
tnixon opened this issue Apr 24, 2023 · 0 comments
Open

Clean up & simplify GH Actions workflows #319

tnixon opened this issue Apr 24, 2023 · 0 comments
Labels
maintenance Dealing with tech debt, clean-ups and other project maintenance

Comments

@tnixon
Copy link
Contributor

tnixon commented Apr 24, 2023

There is duplicated code between various GH action workflows - especially around building the code. We have several workflows that replicate the same functionality. For example, both the test and onrelease workflows build the code (one to test that the build is not broken, the other to build & release a package). Common code should be defined in a single place, and imported into workflows as needed.

@tnixon tnixon added the maintenance Dealing with tech debt, clean-ups and other project maintenance label Apr 24, 2023
@tnixon tnixon mentioned this issue Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Dealing with tech debt, clean-ups and other project maintenance
Projects
None yet
Development

No branches or pull requests

1 participant