You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Both the
build.yml
andrelease.yaml
GitHub Actions workflows run the full suite of tests onion-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
The text was updated successfully, but these errors were encountered: