Skip to content

Commit

Permalink
Running summary test
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
  • Loading branch information
vipulgupta2048 committed May 13, 2024
1 parent 3bb2f5d commit c2cf5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "## Failed Tests" >> $GITHUB_STEP_SUMMARY
jq -r '.[0].tests | to_entries[] | select(.value == "failed") | .key // No test failed.' a.json >> $GITHUB_STEP_SUMMARY
jq -r '.[0].tests | to_entries[] | select(.value == "failed") | .key // "No test failed."' a.json >> $GITHUB_STEP_SUMMARY
echo "## Skipped Tests:" >> $GITHUB_STEP_SUMMARY
jq -r '.[0].tests | to_entries[] | select(.value == "skipped") | .key' a.json >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit c2cf5f0

Please sign in to comment.