Skip to content

Commit

Permalink
ci: A bit more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 24, 2024
1 parent 7e65692 commit 174f790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
conclusion=$(jq -r ".[0].conclusion" <<< "$output")
echo "Status: ${conclusion}"
[ "${conclusion}" == "success" ] && break || exit 1
else
echo "Workflow status: ${status}"
fi
done
echo "Delete all testing releases..."
Expand Down

0 comments on commit 174f790

Please sign in to comment.