-
Notifications
You must be signed in to change notification settings - Fork 7.7k
fix(comment): Fix comment in tests.yml
#10236
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
👋 Hello DemoYeti, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
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.
I don't think this is correct.
The files going to the right (tests_results.yml
and tests_wokwi.yml
) run on workflow_run
, meaning that they will only be run after the previous one finishes.
The files listed below, on the other hand, run on workflow_call
. Meaning they will be called by tests.yml
and run as it is a job inside this file/workflow.
Test Results 56 files - 83 56 suites - 83 4m 53s ⏱️ - 1h 38m 16s Results for commit 2c1b3db. ± Comparison against base commit cd3d0bf. This pull request removes 9 tests.
|
Closing per comment from @lucasssvaz |
No description provided.