Merged
Conversation
- Introduced multi-framework (net8.0, net9.0, net10.0) testing matrix. - Improved workflow modularity by removing redundant caching steps and logs. - Enabled fail-fast strategy for better parallelization. - Streamlined DLL verification and runtime status updates per framework.
- Removed explicit Playwright versioning logic for cache keys. - Updated cache key to include framework and test project hash for more consistent restores. - Adjusted Playwright browser installation to use `.NET`-specific script.
- Added `reusable-macos-gui.yml` for macOS GUI testing. - Updated the `.github/workflows` folder with reusable workflows for Linux, macOS, and Windows GUI tests. - Refactored `onPullRequest-multiPlatformTesting.yml` to use modular workflows, reducing duplication. - Adjusted solution files to include new workflow references.
- Added `noinspection UndefinedAction,UndefinedParamsPresent` to `onPullRequest-multiPlatformTesting.yml`. - Added `noinspection UndefinedAction` to `onRelease.yml`.
- Renamed workflows: `onPullRequest-multiPlatformTesting.yml` → `reusable-multiPlatformTesting.yml`, `onRelease.yml` → `workflow-onRelease.yml`, and `onPullRequest-pendingCheck.yml` → `workflow-pendingCheck.yml`. - Added `workflow-multiPlatformTesting.yml` for dispatch-based multi-platform testing. - Updated solution files and workflow references to reflect new names and modular structure. - Improved workflow reusability by consolidating redundant logic.
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.
closes #92