runUnitTests property

bool runUnitTests
final

Whether unit tests should be executed as part of the CI/CD pipeline.

This is separate from enableUnitTests as you might want to have unit tests defined but not run them in every pipeline execution (e.g., only on specific branches or triggers).

Implementation

final bool runUnitTests;