diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 96e0eb7c4..2baa450b4 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -60,5 +60,6 @@ jobs: hatch test tests_integ - name: Publish test metrics to CloudWatch + if: always() run: | python .github/scripts/upload-integ-test-metrics.py ./build/test-results.xml ${{ github.event.repository }} diff --git a/README.md b/README.md index 8e4d9d0e8..448cbdc85 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ agent = Agent(tools=[calculator]) agent("What is the square root of 1764") ``` -> **Note**: For the default Amazon Bedrock model provider, you'll need AWS credentials configured and model access enabled for Claude 4 Sonnet in the us-west-2 region. See the [Quickstart Guide](https://strandsagents.com/) for details on configuring other model providers. +> **Note**: For the default Amazon Bedrock model provider, you'll need AWS credentials configured and model access enabled for Claude 4 Sonnet in the us-west-2 region. See the [Quickstart Guide](https://strandsagents.com/) for details on configuring other model providers ## Installation