A stand-alone test framework that allows to write unit tests for Data Factory pipelines on Microsoft Fabric, Azure Data Factory and Azure Synapse Analytics.
MIT License
88
stars
20
forks
source link
ci: add ci/cd with gitversion, releases and e2e test #86
adds a ci/cd process with gitversion, release creation and e2e tests.
GitVersion follows semantic versioning based on conventional commits, where types with ! introduce a breaking change and bump major. feat bumps the minor version and other's bump the minor.
adds a ci/cd process with gitversion, release creation and e2e tests. GitVersion follows semantic versioning based on conventional commits, where types with
!
introduce a breaking change and bump major.feat
bumps the minor version and other's bump the minor.