We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b14dcd commit 0da9674Copy full SHA for 0da9674
.github/workflows/agentex-tutorials-test.yml
@@ -313,3 +313,9 @@ jobs:
313
echo "ℹ️ **Tests were cancelled or skipped.**" >> $GITHUB_STEP_SUMMARY
314
fi
315
316
+
317
+ - name: Fail if tests failed
318
+ if: ${{ needs.test-tutorial.result != 'success' }}
319
+ run: |
320
+ echo "❌ Test jobs did not succeed. Result: ${{ needs.test-tutorial.result }}"
321
+ exit 1
0 commit comments