-
Notifications
You must be signed in to change notification settings - Fork 28.7k
feat: experimental tool tests workflow (attempt 2) #169768
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
Conversation
@jason-simmons is reverting #169706 as it's blocking the Dart rolls. @jtmcdole you are OOO today, so let's go with the revert and pick this up again on Monday =) |
Ah, this would have fixed it, but makes sense. I can just rebase after the revert and it should work on Monday |
autosubmit label was removed for flutter/flutter/169768, because Pull request flutter/flutter/169768 is not in a mergeable state. |
- remote repo: set upstream and get tags (flutter tool reqs) - pull request to flutter: checkout the PR, not the merge commit - local runs: update utils.dart to safely call terminal width Now `act -W .github/workflows/tool-test-general.yml` works locally on the command line.
6d772ac
to
fd87ec7
Compare
@zanderso - rebased after the revert - you can see the tests passes (hint to future self: always add the workflow to the |
Now
act -W .github/workflows/tool-test-general.yml
works locally on the command line.Future improvements:
3.5 minutes isn't terrible.