Skip to content

refactor: Improve error handling for exception #191

refactor: Improve error handling for exception

refactor: Improve error handling for exception #191

---
name: AWS Python Integration tests
permissions:
actions: none
checks: none
contents: read
deployments: none
issues: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
on: [pull_request]
jobs:
build:
runs-on: ubuntu-24.04-arm
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: AWS Python integration tests
run: |
./aws/logs_monitoring/tools/integration_tests/integration_tests.sh --python-version=3.13