Conversation
56042cd to
1e857d0
Compare
* Call test.ps1 and report on results * Fix lint error in copilot-docs.detect.yml
1e857d0 to
d0560d8
Compare
This comment has been minimized.
This comment has been minimized.
- run build.ps1 -Configuration Debug -Platform x64 -BuildTests - run managed tests via test.ps1 -NoBuild with existing test filter - run native tests via test.ps1 -Native -NoBuild - remove outdated actions/setup-dotnet (5.0.x) step - upload logs from repo root and Output/** - Need to build for native to get executables - Use windows-compatible test uploader - Add longer timeout for fonts - can take a while - Timeout for native tests hanging was too long.
a27f9a5 to
109103f
Compare
666505b to
a9584df
Compare
a9584df to
666505b
Compare
NUnit Tests 1 files 1 suites 5m 43s ⏱️ Results for commit f7e02ac. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the CI to use the new build system, revert incorrect changes to other actions
This change is