-
Notifications
You must be signed in to change notification settings - Fork 28.7k
feat: experimental workflow for Linux tool-tests-general #169706
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
todo:
|
A reason for requesting a revert of flutter/flutter/169706 could |
Reason for revert: the (example: #169763) |
Unable to create the revert pull request due to ProcessException: Standard out |
…" and "feat: experimental workflow for Linux tool-tests-general (flutter#169706)" The Linux_tool-tests-general check is causing errors on PRs such as Dart->engine rolls (example: flutter#169763)
Demonstrates running Linux tool-tests-general running on workflows.
Can be run locally using ACT:
gh act --workflows ".github/workflows/tool-test-general.yml" --secret-file "" --var-file "" --input-file "" --eventpath ""
- except this works only in VSCode since tty isn't attached.