-
Notifications
You must be signed in to change notification settings - Fork 581
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
[CI] Combine Templates, and Integrations test workflows #8202
Conversation
@@ -1,5 +1,4 @@ | |||
# Executes the integration tests on all platforms | |||
name: Integration | |||
name: Tests |
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.
Minor nit, but we should also rename this file as it is no longer just integration tests. Also, any reason why we can't combine this with run-tests.yml?
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.
run-tests.yml
is the workflow being re-used for the various test/os combinations that we have here.
Since both the workflows reuse `run-tests.yml`, we can combine these two into one workflow. This allows having a single place to check the results, and final counts for the tests.
…es since we are collecting the list of tests separately for each OS
73d93b2
to
bdb6a01
Compare
Before this can be merged the existing |
This reverts commit c8132fb.
[CI] Combine Templates, and Integrations test workflows
Since both the workflows reuse
run-tests.yml
, we can combine these twointo one workflow. This allows having a single place to check the
results, and final counts for the tests.
Disable EndToEnd, and Playground tests for windows in the project files since we are collecting the list of tests separately for each OS
unrelated: Correctly rename Aspire.Templates.Tests/WorkloadTestsBase.cs to TemplateTestsBase.cs