-
Notifications
You must be signed in to change notification settings - Fork 853
Mark Aspire.EndToEnd.Tests as outerloop #15182
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
Changes from all commits
c599a0c
8921188
71fd9e8
07e02a8
3771da5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,9 @@ | |
| <!-- Detect if we're running in the context of a GitHub pull request --> | ||
| <IsGithubPullRequest Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">true</IsGithubPullRequest> | ||
|
|
||
| <!-- See https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables --> | ||
| <IsGitHubActionsRunner Condition="'$(GITHUB_ACTIONS)' == 'true'">true</IsGitHubActionsRunner> | ||
|
Comment on lines
12
to
+15
|
||
|
|
||
| <!-- By default any test can run on all test platforms --> | ||
| <RunOnGithubActionsWindows>true</RunOnGithubActionsWindows> | ||
| <RunOnGithubActionsLinux>true</RunOnGithubActionsLinux> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| // Licensed to the .NET Foundation under one or more agreements. | ||
| // The .NET Foundation licenses this file to you under the MIT license. | ||
|
|
||
| using Aspire.TestUtilities; | ||
|
|
||
| [assembly: OuterloopTest("EndToEnd tests require Docker and are slow")] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 😢 |
||
Uh oh!
There was an error while loading. Please reload this page.