-
Notifications
You must be signed in to change notification settings - Fork 273
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
Add GitHub Action for E2E tests #3017
base: dev
Are you sure you want to change the base?
Conversation
* Add the whitespace back to trigger PR
Link to passing run of the new pipeline: https://github.com/Azure/azure-functions-durable-extension/actions/runs/13040801293/job/36381987707 |
@@ -13,7 +13,7 @@ param( | |||
$SkipStorageEmulator, | |||
|
|||
[Switch] | |||
$SkipCosmosDBEmulator, | |||
$StartCosmosDBEmulator, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have any dependency on Cosmos DB, so we can remove logic related to starting the emulator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the hard work on this!
Adds the new end to end testing framework tests to a GH action
Issue describing the changes in this PR
resolves #issue_for_this_pr
Pull request checklist
pending_docs.md
release_notes.md
/src/Worker.Extensions.DurableTask/AssemblyInfo.cs
dev
andmain
branches and will not be merged into thev2.x
branch.