ros-tooling/action-ros-ci

Provide option to only build without running tests

christophebedard opened this issue · 0 comments

Description

Sometimes we

Related Issues

Completion Criteria

Users can set an option to avoid running tests and other steps that go along with tests (mostly coverage).

Implementation Notes / Suggestions

A simple condition.

Testing Notes / Suggestions

Figure out what directory/directories get created when running tests (e.g. for test results) and check that it's not created when using the build-only option.