Skip to content

Commit

Permalink
#95: remove non working output to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Aug 27, 2024
1 parent 5c18b10 commit 27fc6c2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,6 @@ jobs:
reporter: java-junit
output-to: step-summary

- name: CCM Example output to summary
if: ${{ (success() || failure()) && env.VT_TV_TESTS_ENABLED == 'ON' }}
run: |
echo '## CCM Example output' >> $GITHUB_STEP_SUMMARY
if [ -f "${{ env.OUTPUT_DIR }}/tmp/artifacts/ccm_example0.png" ]; then
echo '!'"[CCM Example](${{ env.OUTPUT_DIR }}/tmp/artifacts/ccm_example0.png)" >> $GITHUB_STEP_SUMMARY
else
echo 'Missing !' >> $GITHUB_STEP_SUMMARY
fi
- name: Coverage summary
if: ${{ (success() || failure()) && env.VT_TV_COVERAGE_ENABLED == 'ON' }}
run: |
Expand Down

0 comments on commit 27fc6c2

Please sign in to comment.