Skip to content

Inject trace info as comment to MongoDB operation when dbm propagation is enabled. #14437

Inject trace info as comment to MongoDB operation when dbm propagation is enabled.

Inject trace info as comment to MongoDB operation when dbm propagation is enabled. #14437

Workflow file for this run

name: Lambda
on:
pull_request:
push:
branches: [master]
schedule:
- cron: 0 4 * * *
- cron: 20 4 * * *
- cron: 40 4 * * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/setup
- uses: ./.github/actions/install
- uses: ./.github/actions/node/18
- run: yarn test:lambda:ci
- uses: ./.github/actions/node/20
- run: yarn test:lambda:ci
- uses: ./.github/actions/node/latest
- run: yarn test:lambda:ci
- if: always()
uses: ./.github/actions/testagent/logs
with:
suffix: lambda
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1