chore: fix: integration tests failures marked as successful (#3039)

This commit is contained in:
ehhuang 2025-08-04 17:06:28 -07:00 committed by GitHub
parent eac1e0c7d4
commit bb6b6041d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 8449 additions and 871 deletions

View file

@ -5,7 +5,7 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
set -e
set -euo pipefail
# Integration test runner script for Llama Stack
# This script extracts the integration test logic from GitHub Actions