[AWS] Add support for Python 3.11, arm64 for RDS/VPC lambda #845
Workflow file for this run
This file contains 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: Trace forwarder tests | |
on: [pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v3 | |
- name: Run trace forwarder tests | |
run: | | |
./aws/logs_monitoring/trace_forwarder/scripts/run_tests.sh |