test(instrumentation-aws-sdk): update client in bedrock-runtime tests to use NodeHttpHandler instead of the new default NodeHttp2Handler #8519
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate Release Please Config | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| rp-validate: | |
| runs-on: ubuntu-latest | |
| container: | |
| image: node:20 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Install lerna | |
| run: npm install -g [email protected] | |
| - name: Ensure Release Please Config and Manifest are in sync with the repository | |
| run: node scripts/check-release-please.mjs |