Skip to content

Commit

Permalink
Print results of jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Nov 18, 2024
1 parent f7ed86a commit bb7fd0f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Print outputs
run: |-
echo "${{ needs.test_release.outputs.pure_testbed_success }}"
echo "${{ needs.test_release.outputs.platform_common_success }}"
echo "${{ needs.test_release.outputs.platform_boosting_success }}"
echo "${{ needs.test_release.outputs.platform_seco_success }}"
echo "${{ needs.test_release.outputs.non_native_common_success }}"
echo "${{ needs.test_release.outputs.non_native_boosting_success }}"
echo "${{ needs.test_release.outputs.non_native_seco_success }}"
run: echo "${{ needs.test_release.result }}"

0 comments on commit bb7fd0f

Please sign in to comment.