From 2e258610aa47cbf87ec8fe8f25fad86220807269 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 26 Nov 2022 15:42:18 +0000 Subject: [PATCH] Added initial example for automated CI Signed-off-by: Alejandro Saucedo --- .github/workflows/cpp_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }"