Skip to content

Commit

Permalink
Added initial example for automated CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Saucedo <[email protected]>
  • Loading branch information
axsaucedo committed Nov 26, 2022
1 parent 8a3d227 commit c4a4dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }"

0 comments on commit c4a4dc4

Please sign in to comment.