Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Run DTFx.Core tests in GitHub action #1117

Closed davidmrdavid closed 1 week ago

davidmrdavid commented 1 week ago

As part of 1ES migration - replaces part of the "DTFx Build & Run tests" pipeline with a GitHub action, in particular, the DTFx.Core tests are replaced here. DTFx.AzureStorage cannot be replaced with a GH action until DTFx.AS v2 is released, where Azurite will be compatible with the tests - the current tests depend on the old Azure Storage emulator and that is not compatible with GitHub pipelines (because they run on ARM64)