CI: minor improvements in texts

This commit is contained in:
0penBrain
2023-03-17 11:05:07 +01:00
committed by Chris Hennes
parent 5dabd5dfff
commit c4b63bcf17
2 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
# ***************************************************************************
name: runCPPTests
description: "Run: C++ tests"
description: "Run C++ tests, generate log and report"
inputs:
testCommand:
@@ -37,8 +37,7 @@ inputs:
runs:
using: "composite"
steps:
- name: Run GTest unit tests
id: runGoogleTests
- name: Run C++ unit tests
shell: bash
run: stdbuf -oL -eL ${{ inputs.testCommand }} |& tee -a ${{ inputs.testLogFile }}
- name: Parse test results

View File

@@ -20,7 +20,7 @@
# ***************************************************************************
name: runPythonTests
description: "Linux: run Python tests, generate log and report"
description: "Run Python tests, generate log and report"
inputs:
testDescription: