Skip to content

Commit

Permalink
only tests that run in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
razvangoga committed Feb 27, 2024
1 parent a065912 commit ce805fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --filter FailsInGithubActions=true --no-build --logger trx
run: dotnet test --filter FailsInGithubActions!=true --no-build --logger trx

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down
2 changes: 0 additions & 2 deletions test/E2ETest/TyeRunTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ public async Task SingleProjectWithDocker_UsesCorrectBaseImage(string projectNam
[Trait("FailsInGithubActions", "true")]
public async Task FrontendBackendRunTestWithDocker()
{
Assert.True(RuntimeInformation.IsOSPlatform(OSPlatform.Linux));

using var projectDirectory = CopyTestProjectDirectory("frontend-backend");

var projectFile = new FileInfo(Path.Combine(projectDirectory.DirectoryPath, "tye.yaml"));
Expand Down

0 comments on commit ce805fe

Please sign in to comment.