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 redundancy in GitHub Actions workflows #144

Open
popematt opened this issue Feb 7, 2022 · 0 comments
Open

Clean up redundancy in GitHub Actions workflows #144

popematt opened this issue Feb 7, 2022 · 0 comments

Comments

@popematt
Copy link
Contributor

popematt commented Feb 7, 2022

Both the build.yml and release.yaml GitHub Actions workflows run the full suite of tests on ion-dotnet. This is redundant, and has led to workflow failures when the configurations between the two test jobs get out of sync.

We should see if there is a reasonable way to remove the redundancy between the two workflows.

https://github.com/amzn/ion-dotnet/blob/32400662bc1b6f1fcc8fd270fc5c8faca21d97c0/.github/workflows/build.yml#L14-L26

https://github.com/amzn/ion-dotnet/blob/32400662bc1b6f1fcc8fd270fc5c8faca21d97c0/.github/workflows/release.yaml#L20-L33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant