We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd43efc commit 3501aeaCopy full SHA for 3501aea
.github/workflows/nightly-throughput-stress.yml
@@ -175,7 +175,7 @@ jobs:
175
- name: Report test results
176
if: always()
177
run: |
178
- if [ "${{ steps.*.outcome }}" = "success" ]; then
+ if [ "${{ job.status }}" = "success" ]; then
179
echo "✅ Throughput stress test completed successfully"
180
else
181
echo "❌ Throughput stress test failed"
0 commit comments