File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,14 @@ you will be prompted to fill in the following values:
4444 folder.
4545- ** add_PR_template:** this flags controls wether or not to add a PR template in the generated
4646 folder.
47+ - ** project_language:** This variable choice serves to select the main project language, and it is
48+ aligned with the actions that will be later opt to be created.
4749- ** add_ci_action_unit_tests_runner:** this variable controls whether or not to create an action to
48- run unit tests in the repository. The available choices are:
49- - none (no action created).
50+ run unit tests in the repository. The available actions (per project_language variable) are:
5051 - cpp, which creates an action for Catch2 based unit tests, built using CMake.
51- - python, which creates an action for Python code unit tests, executed with pytest over a
52+ - python, which creates an action for Python code unit tests, executed with pytest over a
5253 project built with Poetry.
54+ - other, which does not generate any action.
5355
5456## Contributing
5557
You can’t perform that action at this time.
0 commit comments