Skip to content

add parameter for DD_LOG_LEVEL to DataDog Forwarder Lambda template #1229

add parameter for DD_LOG_LEVEL to DataDog Forwarder Lambda template

add parameter for DD_LOG_LEVEL to DataDog Forwarder Lambda template #1229

---
name: 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-latest
continue-on-error: true
strategy:
max-parallel: 4
matrix:
python-version: ["3.10", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Run integration tests
run: |
./aws/logs_monitoring/tools/integration_tests/integration_tests.sh --python-version=${{ matrix.python-version }}