-
Notifications
You must be signed in to change notification settings - Fork 338
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
[support/4.x] Backport: Run GitHub Actions tests on Windows #3993
Merged
Conversation
This file contains 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
62021c8
to
8c81b10
Compare
Maybe need #3584 too? |
8c81b10
to
2a1d9dd
Compare
afc81a9
to
c49196d
Compare
2a1d9dd
to
b22a76e
Compare
c49196d
to
7c85d71
Compare
b22a76e
to
6f5435b
Compare
We needed to backport a few more changes in: |
7c85d71
to
f4c451c
Compare
6f5435b
to
4ee3e88
Compare
@colinrotherham thanks for looking into those and for rebasing this for me 🙌🏻 |
One more PR to go and this one's ready to go: |
f4c451c
to
012c3e6
Compare
4ee3e88
to
bbfc6bc
Compare
bbfc6bc
to
dc60ccf
Compare
romaricpascal
approved these changes
Jul 28, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to merge once the checks pass 😊
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.
This is a port of @colinrotherham's changes in #3955 to the
support/4.x
branch.It's currently not possible to merge pull requests based off of the
support/4.x
branch (like #3990) because the Windows tests are set up as required status checks but GitHub Actions is not configured to run them.This PR updates our GitHub Actions tests to run on both Ubuntu and Windows:
Only Ubuntu runs Percy screenshots and Node.js package export tests
Branch protection status checks will need updating to include the runnerUpdate 1: Thankfully looks like GitHub ignores the(${{ matrix.runner }})
at the end of the status check nameUpdate 2: Unfortunately re-running the checks now shows status check renames will be needed