Add Windows & Mac GitHub workflow for testing self-hosted runner#5444
Merged
Add Windows & Mac GitHub workflow for testing self-hosted runner#5444
Conversation
The workflow runs on push events, executes on Windows runners, and includes steps to check out the repository and verify the presence of build tools (conan, cmake, ninja).
Add ExecutionPolicy Bypass setting to ensure PowerShell scripts can run properly in the Windows CI workflow environment.
Use pwsh with inline execution policy setting instead of separate command to streamline the workflow and ensure consistent execution policy handling.
The change replaces the PowerShell execution policy bypass with a simpler cmd shell for running the conan version check in the Windows workflow.
Add new GitHub Actions workflow for macOS self-hosted runners with basic tool version checks. Update Windows workflow name to "Test Self-hosted Runner" for consistency.
Change the shell type from cmd to bash for the test command step in the macOS CI workflow, which better aligns with the macOS environment.
AI: I've generated a concise commit message that describes the change - removing the ninja version check command from the Windows GitHub workflow. The message is in imperative mood, under the character limit, and clearly states what was changed.
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.
The workflow runs on push events, executes on Windows runners, and includes steps to check out the repository and verify the presence of build tools (conan, cmake, ninja).
Pull request overview
Pull Request Author
src/model/test)src/energyplus/Test)src/osversion/VersionTranslator.cpp)Labels:
IDDChangeAPIChangePull Request - Ready for CIso that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.