You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's only possible to build and test in the same action step. It'd be nice to have a build step and then a test step, so that it's easier to see at a glance if building failed or if testing failed. This is especially useful for a project that has common flaky tests, because a build failure is a problem but a test failure may not be as concerning.
Completion Criteria
Separate steps for building and testing a repo.
Implementation Notes / Suggestions
This logic would have to be split up between two functions.
Description
Currently it's only possible to build and test in the same action step. It'd be nice to have a build step and then a test step, so that it's easier to see at a glance if building failed or if testing failed. This is especially useful for a project that has common flaky tests, because a build failure is a problem but a test failure may not be as concerning.
Completion Criteria
Separate steps for building and testing a repo.
Implementation Notes / Suggestions
This logic would have to be split up between two functions.
action-ros-ci/src/action-ros-ci.ts
Lines 661 to 689 in fc52906
The text was updated successfully, but these errors were encountered: