Skip to content

Commit

Permalink
take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 27, 2023
1 parent 3faabf6 commit b2e84ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/hello-world/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
run: ./scripts/build.sh ${{ inputs.cmake_target }} OFF
- name: 'Run Hello App'
shell: bash
run: ./${{ inputs.binary_dir }}/${{ inputs.cmake_target}} > output.txt && cat output.txt
run: ./${{ inputs.binary_dir }}/${{ inputs.cmake_target}} | tee output.txt
- name: 'Inspect Output'
shell: bash
run: grep "Please edit" output.txt || (echo "binary did not ask for SDK key as expected" && exit 1)

0 comments on commit b2e84ad

Please sign in to comment.