Skip to content
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

Tests are not running on Ubuntu CI builds #121

Open
josephmyers opened this issue May 31, 2024 · 0 comments
Open

Tests are not running on Ubuntu CI builds #121

josephmyers opened this issue May 31, 2024 · 0 comments

Comments

@josephmyers
Copy link
Collaborator

Automated tests are not actually being run on the build server for Ubuntu, though it would appear otherwise. If you look at the relevant build step, you'll see

Run dotnet test --configuration Release --no-build --filter TestCategory!=RequiresDisplay -- NUnit.TestOutputXml=TestResults
dotnet test --configuration Release --no-build --filter TestCategory!=RequiresDisplay -- NUnit.TestOutputXml=TestResults
shell: /usr/bin/bash -e {0}
env:
DOTNET_ROOT: /home/runner/.dotnet
GitVersion_Major: 8
GitVersion_Minor: 0
GitVersion_Patch: 0
GitVersion_PreReleaseTag: beta.4
GitVersion_PreReleaseTagWithDash: -beta.4
GitVersion_PreReleaseLabel: beta
GitVersion_PreReleaseLabelWithDash: -beta
GitVersion_PreReleaseNumber: 4
GitVersion_WeightedPreReleaseNumber: 55004
GitVersion_FullBuildMetaData: Branch.master.Sha.5545cb61911360dbc0b4a3a71b6fd08e52d50b60
GitVersion_MajorMinorPatch: 8.0.0
GitVersion_SemVer: 8.0.0-beta.4
GitVersion_LegacySemVer: 8.0.0-beta4
GitVersion_LegacySemVerPadded: 8.0.0-beta0004
GitVersion_AssemblySemVer: 8.0.0.0
GitVersion_AssemblySemFileVer: 8.0.0.0
GitVersion_FullSemVer: 8.0.0-beta.4
GitVersion_InformationalVersion: 8.0.0-beta.4+Branch.master.Sha.5545cb61911360dbc0b4a3a71b6fd08e52d50b60
GitVersion_BranchName: master
GitVersion_EscapedBranchName: master
GitVersion_Sha: 5545cb6
GitVersion_ShortSha: 5545cb6
GitVersion_NuGetVersionV2: 8.0.0-beta0004
GitVersion_NuGetVersion: 8.0.0-beta0004
GitVersion_NuGetPreReleaseTagV2: beta0004
GitVersion_NuGetPreReleaseTag: beta0004
GitVersion_VersionSourceSha: 48700dc
GitVersion_CommitsSinceVersionSource: 4
GitVersion_CommitsSinceVersionSourcePadded: 0004
GitVersion_UncommittedChanges: 0
GitVersion_CommitDate: 2024-05-10

and that's it. In my work here, I was able to get them running, but there were multiple failures, so I removed that part to improve clarity. If we want them running as part of CI in the long run (probably a good idea), we can use this issue to track that effort. Otherwise, we can close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant