diff --git a/.github/workflows/cpp_examples.yml b/.github/workflows/cpp_examples.yml index 0eb3e4864..7bb62e3c9 100644 --- a/.github/workflows/cpp_examples.yml +++ b/.github/workflows/cpp_examples.yml @@ -33,6 +33,6 @@ jobs: run: | # Check that the expected output is printed OUTPUT=${{github.workspace}}/examples/array_multiplication/build/src/kompute_array_mult | \ - tee /dev/stdout | grep -q "Output: { 0 4 12 }" + tee $(tty) | grep -q "Output: { 0 4 12 }"