Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
as3810t authored Nov 3, 2024
1 parent a6a5a7d commit aff0dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: "Add test summary"
run: |
echo "## Tests result" >> $GITHUB_STEP_SUMMARY
echo "${{steps.run_tests.outputs.test_output}}"
echo "\n${{steps.run_tests.outputs.test_output}}\n" >> $GITHUB_STEP_SUMMARY
- name: "Add test result (success)"
if: steps.run_tests.outcome == 'success'
run: |
Expand Down

0 comments on commit aff0dd4

Please sign in to comment.