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